1.什么是SELinux
参考官方说明:
SELinux是什么? 开启SELinux - 红帽
2.关闭SELinux
2.1.查看SELinux状态命令
1.##如果SELinux status参数为enabled即为开启状态
/usr/sbin/sestatus -v
getenforce
2.2.关闭SELinux方法
2.1.临时关闭(不用重启机器)文章来源:https://www.toymoban.com/news/detail-509962.html
setenforce 0 #设置SELinux 成为permissive模式
#setenforce 1 设置SELinux 成为enforcing模式
2.2.修改配置文件需要重启机器文章来源地址https://www.toymoban.com/news/detail-509962.html
修改/etc/selinux/config 文件
将SELINUX=enforcing改为SELINUX=disabled
重启机器即可
到了这里,关于CentOS7.9关闭SELinux的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!