[root@kvm7 ~]# tail -5 /etc/selinux/config # SELINUXTYPE= can take one of three two values: # targeted - Targeted processes are protected, # minimum - Modification of targeted policy. Only selected processes are protected. # mls - Multi Level Security protection. SELINUXTYPE=targeted
[root@kvm7 ~]# ll -lrt /etc/selinux/ total 12 -rw-r--r--. 1 root root 2321 Jun 10 2014 semanage.conf drwxr-xr-x. 6 root root 4096 Dec 28 2018 targeted -rw-r--r--. 1 root root 546 Oct 14 19:24 config
[root@kvm7 ~]# yum install selinux-policy-mls