From dc26a9d09fb7123ae714b06a0b1e519ff1f82868 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Thu, 15 Oct 2015 02:13:52 +0200 Subject: [PATCH] Add Physical Access category and entry --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3244c3b..877388c 100644 --- a/README.md +++ b/README.md @@ -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