Come abilitare System Integrity Protection

1

Come posso riattivare la protezione dell'integrità del sistema, dopo aver usato csrutil disable dal sistema operativo di ripristino?

    
posta Andy 19.08.2016 - 08:18
fonte

1 risposta

1

L'opposto di disable è enable, quindi: csrutil enable

Al momento non esiste una pagina manuale per csrutil cioè man csrutil non fornisce alcun aiuto, tuttavia l'esecuzione del comando senza un argomento viene visualizzata aiuto interno come mostrato di seguito.

$ 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. Only available in Recovery OS.
    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.
$
    
risposta data 19.08.2016 - 08:33
fonte

Leggi altre domande sui tag