Created
June 12, 2015 23:42
-
-
Save leira/9e3db94c3592dbb0842f to your computer and use it in GitHub Desktop.
disable signature check on Mac
This file contains 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
sudo defaults write /Library/Preferences/com.apple.AOSKit ClientValidationEnabled -bool NO | |
sudo ditto /usr/libexec/taskgated_debug /usr/libexec/taskgated | |
sudo defaults write /Library/Preferences/com.apple.security.coderequirements Entitlements -string always | |
sudo defaults write /Library/Preferences/com.apple.security.coderequirements AllowUnsafeDynamicLinking -bool YES | |
sudo killall taskgated syncdefaultsd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment