How to enable DriverKit-specific entitlements checks

Run the command below can disable DriverKit-specific entitlement checks. How can I enable the DriverKit-specific entitlement checks again?

sudo nvram boot-args="dk=0x8001"

I feel I’m missing some subtlety here, but isn’t this as simple as removing your customisation of boot-args?

% sudo nvram -d boot-args

Or just re-enabling reenable SIP?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

How to enable DriverKit-specific entitlements checks
 
 
Q