From 38fca703e9519c24671924d241fdcfce3cb8ed8d Mon Sep 17 00:00:00 2001 From: Eitot Date: Thu, 17 Nov 2016 21:20:55 +0100 Subject: [PATCH] =?UTF-8?q?Add=20Gatekeeper=20=E2=80=9CAnywhere=E2=80=9D?= =?UTF-8?q?=20setting=20(#126)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e1c263d..933c686 100644 --- a/README.md +++ b/README.md @@ -1106,6 +1106,18 @@ spctl --add /path/to/Application.app spctl --remove /path/to/Application.app ``` +#### Manage Gatekeeper +```bash +# Status +spctl --status + +# Enable (Default) +sudo spctl --master-enable + +# Disable +sudo spctl --master-disable +``` + ### Passwords #### Generate Secure Password and Copy to Clipboard