1vi /etc/selinux/config 2# This file controls the state of SELinux on the system. 3# SELINUX= can take one of these three values: 4# enforcing - SELinux security policy is enforced. 5# permissive - SELinux prints warnings instead of enforcing. 6# disabled - No SELinux policy is loaded. 7SELINUX=enforcing 8# SELINUXTYPE= can take one of these two values: 9# targeted - Targeted processes are protected, 10# mls - Multi Level Security protection. 11SELINUXTYPE=targeted
把 SELINUX=disabled
谢谢