标签:ORC iss 关闭 perm 控制 实现 sel sed 强制
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
标签:ORC iss 关闭 perm 控制 实现 sel sed 强制
原文地址:https://www.cnblogs.com/tslite/p/11888677.html