Changes between Version 2 and Version 3 of jazz/macOS


Ignore:
Timestamp:
Jun 2, 2024, 9:40:52 PM (4 weeks ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/macOS

    v2 v3  
    11= macOS 筆記 =
     2
     3== csrutil ==
     4
     5* 只能在 Recovery Mode 底下關閉
     6* 意義:System Integrity Protection (SIP)
     7{{{
     8jazzwang:~$ csrutil
     9usage: csrutil <command>
     10Modify the System Integrity Protection configuration. All configuration changes apply to the entire machine.
     11Available 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}}}
    239
    340== softwareupdate ==