Skip to content

Instantly share code, notes, and snippets.

@leira
Created June 12, 2015 23:42
Show Gist options
  • Save leira/9e3db94c3592dbb0842f to your computer and use it in GitHub Desktop.
Save leira/9e3db94c3592dbb0842f to your computer and use it in GitHub Desktop.
disable signature check on Mac
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