osx/*: add pt_BR translations (#8269)
This commit is contained in:
28
pages.pt_BR/osx/csrutil.md
Normal file
28
pages.pt_BR/osx/csrutil.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# csrutil
|
||||
|
||||
> Gerencia a configuração do System Integrity Protection (SIP).
|
||||
> Mais informações: <https://ss64.com/osx/csrutil.html>.
|
||||
|
||||
- Exibe o status do System Integrity Protection:
|
||||
|
||||
`csrutil status`
|
||||
|
||||
- Desabilita o System Integrity Protection:
|
||||
|
||||
`csrutil disable`
|
||||
|
||||
- Habilita o System Integrity Protection:
|
||||
|
||||
`csrutil enable`
|
||||
|
||||
- Exibe a lista de origens permitidas do NetBoot:
|
||||
|
||||
`csrutil netboot list`
|
||||
|
||||
- Adiciona um endereço IPv4 à lista de origens permitidas do NetBoot:
|
||||
|
||||
`csrutil netboot add {{endereço_ip}}`
|
||||
|
||||
- Reseta o status do System Integrity Protection e limpa a lista do NetBoot:
|
||||
|
||||
`csrutil clear`
|
Reference in New Issue
Block a user