Files
tldr/pages.zh/osx/csrutil.md

28 lines
514 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# csrutil
> 管理系统完整性保护配置。
> 更多信息:<https://keith.github.io/xcode-man-pages/csrutil.8.html>。
- 显示系统完整性保护状态:
`csrutil status`
- 禁用系统完整性保护:
`csrutil disable`
- 启用系统完整性保护:
`csrutil enable`
- 显示允许的NetBoot源列表
`csrutil netboot list`
- 将IPv4地址添加到允许的NetBoot源列表
`csrutil netboot add {{ip}}`
- 重置系统完整性保护状态并清除NetBoot列表
`csrutil clear`