An XCCDF Group - A logical subset of the XCCDF Benchmark
libselinux
$ sudo dnf install libselinux
policycoreutils
$ sudo dnf install policycoreutils
mcstransd
/etc/selinux/targeted/setrans.conf
mcstrans
$ sudo dnf erase mcstrans
setroubleshoot-plugins
$ sudo dnf erase setroubleshoot-plugins
setroubleshoot-server
$ sudo dnf erase setroubleshoot-server
setroubleshoot
$ sudo dnf erase setroubleshoot
selinux=0
/etc/default/grub
device_t
unlabeled_t
$ sudo find /dev -context *:device_t:* \( -type c -o -type b \) -printf "%p %Z\n"
$ sudo find /dev -context *:unlabeled_t:* \( -type c -o -type b \) -printf "%p %Z\n"
init
unconfined_service_t
$ sudo ps -eZ | grep "unconfined_service_t"
enforcing
permissive
/etc/selinux/config
SELINUX=enforcing
SELINUX=permissive
targeted
SELINUXTYPE=
mls
SELINUX=