0

How to check SELINUX status for service

i want check SELINUX policy status for particular sevice like apache, samba in centos. how to check this command line.

SELinux Add a comment
william
asked Oct 06 2017

Answer

0

try using getsebool .

# getsebool -a | grep httpd

Add a comment
arunkumarak
asked Oct 07 2017
edited Oct 05 2018
Post your Answer