Last active
April 26, 2022 07:56
-
-
Save lucascantor/466560f7c2f604be53a09b9be8a7d915 to your computer and use it in GitHub Desktop.
Manage GateKeeper
This file contains hidden or 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
# check current GateKeeper configuration status | |
spctl --status |
This file contains hidden or 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
# disable Gatekeeper | |
spctl --master-disable |
This file contains hidden or 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
# enable Gatekeeper | |
spctl --master-enable |
This file contains hidden or 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
# 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