
Linux运维6 min read
SELinux 实战:从排错到策略定制
为什么人人都想关掉 SELinux `nginx` 起不来、`ssh` 连不上、`mysql` 读写被拒——日志里一句 `Permission denied`,关掉 SELinux 立刻好了。于是很多人 `setenforce 0` 一关了之,还写进开机脚本。 但 SELinux 是**

为什么人人都想关掉 SELinux `nginx` 起不来、`ssh` 连不上、`mysql` 读写被拒——日志里一句 `Permission denied`,关掉 SELinux 立刻好了。于是很多人 `setenforce 0` 一关了之,还写进开机脚本。 但 SELinux 是**