System Grab Bag

View all TLDR pages from Mac OS X (or from all pages)

spctl

Manage the security assessment policy subsystem. Utility for managing Gatekeeper in macOS. More information: https://www.unix.com/man-page/osx/8/SPCTL/.
  • Turn off Gatekeeper:
    spctl --master-disable
  • Add a rule to allow an application to run (labeling of rule is optional):
    spctl --add --label {{rule_name}} {{path/to/file}}
  • Turn on Gatekeeper:
    spctl --master-enable
  • List all rules on the system:
    spctl --list

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.