tomrgsd 0 Posted August 2, 2019 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.
stevemaser 2 Posted August 5, 2019 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"
Recommended Posts