tomrgsd 0 Posted August 2, 2019 Share Posted August 2, 2019 I am working on setting a policy via my MDM for OSX devices that have been upgraded to 10.13 or higher (Per https://support.eset.com/kb6512/). Is it possible to pre-approve the Eset Kernel Extension prior to pushing out the Endpoint software. More specifically what is the value for AllowedKernelExtensions that needs to be added? I'm trying to prevent issues with installing Endpoint that did not exist previously and getting errors for approval. Link to comment Share on other sites More sharing options...
stevemaser 2 Posted August 5, 2019 Share Posted August 5, 2019 I believe it's P8DQRXPVLP You should be able to run this command to get a list of the values: sqlite3 /var/db/SystemPolicyConfiguration/KextPolicy "SELECT developer_name,team_id,bundle_id,allowed from kext_policy" Link to comment Share on other sites More sharing options...
Recommended Posts