Add System Integrity Protection category and entries
This commit is contained in:
parent
f3192f6f54
commit
40e03952de
15
README.md
15
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 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user