From 40e03952de36d2387db37d0721ececb7ba47bcf2 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Sun, 25 Oct 2015 02:45:55 +0200 Subject: [PATCH] Add System Integrity Protection category and entries --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index ada48d6..93146f5 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [ - [Software Installation](#software-installation) - [Software Update](#software-update) - [Spotlight](#spotlight) + - [System Integrity Protection](#system-integrity-protection) - [Terminal](#terminal) - [Alternative Terminals](#alternative-terminals) - [Shells](#shells) @@ -1164,6 +1165,20 @@ mdutil -E /path/to/volume mdfind -name 'searchterm' ``` +### System Integrity Protection + +#### Disable System Integrity Protection +Reboot while holding `Cmd-R`, open the Terminal application an enter: +```bash +csrutil disable && reboot +``` + +#### Enable System Integrity Protection +Reboot while holding `Cmd-R`, open the Terminal application an enter: +```bash +csrutil enable && reboot +``` + ## Terminal