Last active
December 22, 2018 09:49
-
-
Save orgcontrib/424476664dac947b0f589af0943e6d1b to your computer and use it in GitHub Desktop.
How to check user approved KEXTs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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