Add Physical Access category and entry
This commit is contained in:
parent
5b453525a4
commit
dc26a9d09f
@ -48,6 +48,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [
|
||||
- [Security](#security)
|
||||
- [Gatekeeper](#gatekeeper)
|
||||
- [Passwords](#passwords)
|
||||
- [Physical Access](#physical-access)
|
||||
- [Wiping Data](#wiping-data)
|
||||
- [Search](#search)
|
||||
- [Find](#find)
|
||||
@ -514,6 +515,13 @@ First, install `pwgen` via Homebrew, etc.
|
||||
pwgen -Cs 20 1 | tr -d ' ' | tr -d '\n' | pbcopy
|
||||
```
|
||||
|
||||
### Physical Access
|
||||
|
||||
#### Lock Screen
|
||||
```bash
|
||||
/System/Library/CoreServices/Menu\ Extras/User.menu/Contents/Resources/CGSession -suspend
|
||||
```
|
||||
|
||||
### Wiping Data
|
||||
|
||||
#### Securely Remove File
|
||||
|
Loading…
Reference in New Issue
Block a user