# CONFIG_SECURITY_SELINUX_BOOTPARAM is not set
kompiliert wird:grep -i selinux /boot/config-$(uname -r)
Bei CentOS sind alle notwendigen Pakete Teil der default-Installation.
apt install --no-install-recommends selinux-basics selinux-policy-default auditd
sestatus
oder
getenforce
/etc/sysconfig/selinux
: (CentoOS ab 5)/etc/selinux/config
: ( Debian 9 )SELINUX=disabled
reboot
Bei Debian nur für Installationen ohne graphische Oberfläche empfehlenswert: https://wiki.debian.org/SELinux/Issues
selinux-activate
GRUB_CMDLINE_LINUX_DEFAULT="security=selinux"
SELINUX=enforcing
genhomedircon touch /.autorelabel reboot
SELINUX=enforcing
genhomedircon touch /.autorelabel reboot
# CONFIG_SECURITY_SELINUX_BOOTPARAM is not set
kompiliert wird:grep -i selinux /boot/config-$(uname -r)
setenforce permissive