selinux:find_unprotected_services
This is an old revision of the document!
SELinux - Find Unprotected Services
Type the following command:
ps -eZ | egrep "initrc" | egrep -vw "ps|tr|egrep|awk|bash" | tr ':' ' ' | awk '{ print $NF }'
You should not see any output on fully configured SELinux systems.
selinux/find_unprotected_services.1468234276.txt.gz ยท Last modified: 2020/07/15 09:30 (external edit)