Forrest logo
back to context overview

spctl

List of commands for spctl:

  • spctl:tldr:0e847 spctl: Add a rule to allow an application to run (labeling of rule is optional).
    $ spctl --add --label ${rule_name} ${filename}
    try on your machine
    explain this command
  • spctl:tldr:6ab6c spctl: Turn on Gatekeeper.
    $ spctl --master-enable
    try on your machine
    explain this command
  • spctl:tldr:99256 spctl: Turn off Gatekeeper.
    $ spctl --master-disable
    try on your machine
    explain this command
  • spctl:tldr:b797d spctl: List all rules on the system.
    $ spctl --list
    try on your machine
    explain this command
back to context overview