mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 10:02:35 +00:00
Update cheatsheets
This commit is contained in:
33
osx/csrutil
Normal file
33
osx/csrutil
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, osx]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# csrutil
|
||||
|
||||
> Manage the System Integrity Protection configuration.
|
||||
> More information: <https://keith.github.io/xcode-man-pages/csrutil.8.html>.
|
||||
|
||||
- Display the System Integrity Protection status:
|
||||
|
||||
`csrutil status`
|
||||
|
||||
- Disable the System Integrity Protection:
|
||||
|
||||
`csrutil disable`
|
||||
|
||||
- Enable the System Integrity Protection:
|
||||
|
||||
`csrutil enable`
|
||||
|
||||
- Display the list of allowed NetBoot sources:
|
||||
|
||||
`csrutil netboot list`
|
||||
|
||||
- Add an IPv4 address to the list of allowed NetBoot sources:
|
||||
|
||||
`csrutil netboot add {{ip}}`
|
||||
|
||||
- Reset the System Integrity Protection status and clear the NetBoot list:
|
||||
|
||||
`csrutil clear`
|
||||
Reference in New Issue
Block a user