Add Gatekeeper “Anywhere” setting (#126)

This commit is contained in:
Eitot 2016-11-17 21:20:55 +01:00 committed by Marcel Bischoff
parent ff5e872eac
commit 38fca703e9

View File

@ -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