csrutil: add page (#6615)

beep
Axel Navarro 2021-10-03 14:27:04 -03:00 committed by GitHub
parent a7453abc59
commit 41310d3449
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

28
pages/osx/csrutil.md Normal file
View File

@ -0,0 +1,28 @@
# csrutil
> Manage the System Integrity Protection configuration.
> More information: <https://ss64.com/osx/csrutil.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_address}}`
- Reset the System Integrity Protection status and clear the NetBoot list:
`csrutil clear`