| 2 | |
| 3 | == csrutil == |
| 4 | |
| 5 | * 只能在 Recovery Mode 底下關閉 |
| 6 | * 意義:System Integrity Protection (SIP) |
| 7 | {{{ |
| 8 | jazzwang:~$ csrutil |
| 9 | usage: csrutil <command> |
| 10 | Modify the System Integrity Protection configuration. All configuration changes apply to the entire machine. |
| 11 | Available commands: |
| 12 | |
| 13 | clear |
| 14 | Clear the existing configuration. |
| 15 | disable |
| 16 | Disable the protection on the machine. Only available in Recovery OS. |
| 17 | enable |
| 18 | Enable the protection on the machine. Only available in Recovery OS. |
| 19 | status |
| 20 | Display the current configuration. |
| 21 | |
| 22 | netboot |
| 23 | add <address> |
| 24 | Insert a new IPv4 address in the list of allowed NetBoot sources. |
| 25 | list |
| 26 | Print the list of allowed NetBoot sources. |
| 27 | remove <address> |
| 28 | Remove an IPv4 address from the list of allowed NetBoot sources. |
| 29 | |
| 30 | |
| 31 | authenticated-root |
| 32 | status |
| 33 | Show the current authenticated root setting. |
| 34 | disable |
| 35 | Allow booting from non-sealed system snapshots. Only available in Recovery OS. |
| 36 | enable |
| 37 | Only allow booting from sealed system snapshots. Only available in Recovery OS. |
| 38 | }}} |