ubuntu:selinux:find_unprotected_services
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.txt · Last modified: 2020/07/15 09:30 by 127.0.0.1