logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

SPCtl - Control Security Policy | Online Free DevTools by Hexmos

Control macOS security policy with SPCtl. Manage Gatekeeper settings, add rules for application execution and enhance system security. Free online tool, no registration required.

spctl

Manage the security assessment policy subsystem. Utility for managing Gatekeeper in macOS. More information: https://keith.github.io/xcode-man-pages/spctl.8.html.

  • 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

See Also