SciTech-OS-MacOS的CSP(System Integrity Protection)系统正直性保护系统

发布时间 2023-12-21 19:53:31作者: abaelhe
bash-3.2# csrutil 
usage: csrutil <command>
Modify the System Integrity Protection configuration. All configuration changes apply to the entire machine.
Available commands:

    clear
        Clear the existing configuration.
    disable
        Disable the protection on the machine. Only available in Recovery OS.
    enable
        Enable the protection on the machine. Only available in Recovery OS.
    status
        Display the current configuration.

    netboot
        add <address>
            Insert a new IPv4 address in the list of allowed NetBoot sources.
        list
            Print the list of allowed NetBoot sources.
        remove <address>
            Remove an IPv4 address from the list of allowed NetBoot sources.


    authenticated-root
        status
            Show the current authenticated root setting.
        disable
            Allow booting from non-sealed system snapshots. Only available in Recovery OS.
        enable
            Only allow booting from sealed system snapshots. Only available in Recovery OS.

bash-3.2# csrutil status
System Integrity Protection status: enabled.
bash-3.2# csrutil disable
csrutil: This tool needs to be executed from Recovery OS.