2025-03-14 21:59:59 -06:00
|
|
|
# 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:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`csrutil netboot add {{ip_address}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Reset the System Integrity Protection status and clear the NetBoot list:
|
|
|
|
|
|
|
|
|
|
`csrutil clear`
|