Skip to content

Instantly share code, notes, and snippets.

@orgcontrib
Last active December 22, 2018 09:49
Show Gist options
  • Save orgcontrib/424476664dac947b0f589af0943e6d1b to your computer and use it in GitHub Desktop.
Save orgcontrib/424476664dac947b0f589af0943e6d1b to your computer and use it in GitHub Desktop.
How to check user approved KEXTs
# see https://www.jamf.com/jamf-nation/feature-requests/7095/kext-inventory-data
# and https://www.richard-purves.com/2017/11/09/mdm-and-the-kextpocalypse-2
# TL;DR how to check
sudo sqlite3 /var/db/SystemPolicyConfiguration/KextPolicy
SELECT * FROM kext_policy;
.exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment