Add System Integrity Protection category and entries

This commit is contained in:
Marcel Bischoff 2015-10-25 02:45:55 +02:00
parent f3192f6f54
commit 40e03952de

View File

@ -81,6 +81,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [
- [Software Installation](#software-installation) - [Software Installation](#software-installation)
- [Software Update](#software-update) - [Software Update](#software-update)
- [Spotlight](#spotlight) - [Spotlight](#spotlight)
- [System Integrity Protection](#system-integrity-protection)
- [Terminal](#terminal) - [Terminal](#terminal)
- [Alternative Terminals](#alternative-terminals) - [Alternative Terminals](#alternative-terminals)
- [Shells](#shells) - [Shells](#shells)
@ -1164,6 +1165,20 @@ mdutil -E /path/to/volume
mdfind -name 'searchterm' 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 ## Terminal