SeLinux

14 年 ago jony SeLinux已关闭评论

Linux服务器关闭SeLinux的方法

不需要重启Linux:

[root@localhost ~]# setenforce 0

需要重启Linux:

vi /etc/selinux/config 将SELINUX=enforcing 改成SELINUX=disabled