
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 machineexplain this command
-
spctl:tldr:6ab6c spctl: Turn on Gatekeeper.$ spctl --master-enabletry on your machineexplain this command
-
spctl:tldr:99256 spctl: Turn off Gatekeeper.$ spctl --master-disabletry on your machineexplain this command
-
spctl:tldr:b797d spctl: List all rules on the system.$ spctl --listtry on your machineexplain this command