System Grab Bag

View all TLDR pages from Mac OS X (or from all pages)

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}}
  • Reset the System Integrity Protection status and clear the NetBoot list:
    csrutil clear

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.