===== Ubuntu - 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.