Skip to content

Instantly share code, notes, and snippets.

@lucascantor
Last active April 26, 2022 07:56
Embed
What would you like to do?
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