snippetbashTip
csrutil — Manage the System Integrity Protection configuration. More information: <https://keith.github.io/xco
Viewed 0 times
thecommandintegrityprotectionclimanagecsrutilsystem
macos
Problem
How to use the
csrutil command: Manage the System Integrity Protection configuration. More information: <https://keith.github.io/xcode-man-pages/csrutil.8.html>.Solution
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 statusDisable the System Integrity Protection:
csrutil disableEnable the System Integrity Protection:
csrutil enableDisplay the list of allowed NetBoot sources:
csrutil netboot listAdd 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 clearCode Snippets
Display the System Integrity Protection status
csrutil statusDisable the System Integrity Protection
csrutil disableEnable the System Integrity Protection
csrutil enableDisplay the list of allowed NetBoot sources
csrutil netboot listAdd an IPv4 address to the list of allowed NetBoot sources
csrutil netboot add {{ip_address}}Context
tldr-pages: osx/csrutil
Revisions (0)
No revisions yet.