I am running a virtualbox CentOS 6.4 (64 bit) server with Cobbler service. One of the steps is to disable SeLinux in order to prevent a python error when running service cobblers start
. If I run setenforce 0
everything is fine, but I have to run that command every time the server restarts. I tried changing /etc/sysconfig/selinux
to SELINUX=disabled
and also SELINUX=permissive
before restarting, but sestatus keeps showing that centOS starts with selinux running. Do I need to change a different config file, or have I configured the selinux file incorrectly?
Youtube video showing selinux config file, rebooting and then checking status