Files
tldr/pages.zh/linux/setenforce.md

14 lines
376 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.

# setenforce
> 切换 SELinux 处于强制和宽容模式。
> 要启用或禁用 SELinux请改为编辑 `/etc/selinux/config`。
> 另请参见:`getenforce``semanage-permissive`。
> 更多信息:<https://manned.org/setenforce>。
- 将 SELinux 设置为强制模式:
`setenforce {{1|强制}}`
- 将 SELinux 设置为宽容模式:
`setenforce {{0|宽容}}`