配置SElinux环境,将SELinux设置为enforcing
Posted 浪tslite
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了配置SElinux环境,将SELinux设置为enforcing相关的知识,希望对你有一定的参考价值。
SELinux是 美国国家安全局 (NSA) 对于 强制访问控制的实现 =》可以使root受限的权限
关闭SELinux=》修改配置文件,永久生效;
sed -i ‘s/SELINUX=enforcing/SELINUX=disabled‘ /etc/selinux/config
查看selinux配置文件中的选项
grep SELINUX= /etc/selinux/config
关闭SELinux=》临时关闭
setenforce 0
0:permissive 只是提出警告,不阻止执行
1:enforcing 开启selinux
查看selinux状态
getenforce
以上是关于配置SElinux环境,将SELinux设置为enforcing的主要内容,如果未能解决你的问题,请参考以下文章