ubuntu:selinux:find_unprotected_services
This is an old revision of the document!
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.
ubuntu/selinux/find_unprotected_services.1575490938.txt.gz · Last modified: 2020/07/15 09:30 (external edit)