User Tools

Site Tools


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 10:30 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki