Add Gatekeeper “Anywhere” setting (#126)
This commit is contained in:
parent
ff5e872eac
commit
38fca703e9
12
README.md
12
README.md
@ -1106,6 +1106,18 @@ spctl --add /path/to/Application.app
|
|||||||
spctl --remove /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
|
### Passwords
|
||||||
|
|
||||||
#### Generate Secure Password and Copy to Clipboard
|
#### Generate Secure Password and Copy to Clipboard
|
||||||
|
Loading…
Reference in New Issue
Block a user