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)
|
- [Security](#security)
|
||||||
- [Gatekeeper](#gatekeeper)
|
- [Gatekeeper](#gatekeeper)
|
||||||
- [Passwords](#passwords)
|
- [Passwords](#passwords)
|
||||||
|
- [Physical Access](#physical-access)
|
||||||
- [Wiping Data](#wiping-data)
|
- [Wiping Data](#wiping-data)
|
||||||
- [Search](#search)
|
- [Search](#search)
|
||||||
- [Find](#find)
|
- [Find](#find)
|
||||||
@ -514,6 +515,13 @@ First, install `pwgen` via Homebrew, etc.
|
|||||||
pwgen -Cs 20 1 | tr -d ' ' | tr -d '\n' | pbcopy
|
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
|
### Wiping Data
|
||||||
|
|
||||||
#### Securely Remove File
|
#### Securely Remove File
|
||||||
|
Loading…
Reference in New Issue
Block a user