Skip to content

Instantly share code, notes, and snippets.

@lucascantor
Last active April 26, 2022 07:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucascantor/466560f7c2f604be53a09b9be8a7d915 to your computer and use it in GitHub Desktop.
Save lucascantor/466560f7c2f604be53a09b9be8a7d915 to your computer and use it in GitHub Desktop.
Manage GateKeeper
# check current GateKeeper configuration status
spctl --status
# disable Gatekeeper
spctl --master-disable
# enable Gatekeeper
spctl --master-enable
# reset all user-defined Gatekeeper rules
spctl --reset-default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment