Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

SELinux

Christian Wolf edited this page Jan 2, 2020 · 1 revision

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
Clone this wiki locally