Comment by LeoNatan25
4 years ago
You can also disable code signing enforcement and amfi by adding the following boot args:
cs_enforcement_disable=1 amfi_get_out_of_my_way=1
4 years ago
You can also disable code signing enforcement and amfi by adding the following boot args:
cs_enforcement_disable=1 amfi_get_out_of_my_way=1
Thanks, you can also disable library code signing validation too:
`sudo defaults write /Library/Preferences/com.apple.security.libraryvalidation.plist DisableLibraryValidation -bool true`
Would anyone be able to explain more specifically how cs_enforcement_disable is is different from disabling Gatekeeper?
I believe GateKeeper only works on first launch.