Difference between revisions of "SELinux"
From PartKeepr Wiki
(Created page with "SELinux might interfere with PartKeepr. To disable SELinux on CentOS/RedHat, you can do the following: <pre> $ setenforce 0 $ vi /etc/sysconfig/selinux # Set enforcing to dis...") |
(No difference)
|
Latest revision as of 21:04, 4 August 2015
SELinux might interfere with PartKeepr. To disable SELinux on CentOS/RedHat, you can do the following:
$ setenforce 0 $ vi /etc/sysconfig/selinux # Set enforcing to disabled, then reboot