From 41310d3449b430c550e0fec5872a7bb9f3523e83 Mon Sep 17 00:00:00 2001 From: Axel Navarro Date: Sun, 3 Oct 2021 14:27:04 -0300 Subject: [PATCH] csrutil: add page (#6615) --- pages/osx/csrutil.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/osx/csrutil.md diff --git a/pages/osx/csrutil.md b/pages/osx/csrutil.md new file mode 100644 index 0000000000..60fa3077b9 --- /dev/null +++ b/pages/osx/csrutil.md @@ -0,0 +1,28 @@ +# csrutil + +> Manage the System Integrity Protection configuration. +> More information: . + +- 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`