September 2014
Intermediate to advanced
240 pages
5h 53m
English
The first configurable aspect of the SELinux web server domain policy is its wide use of SELinux Booleans. Through these Booleans, additional policy rules can be selectively enabled or disabled. In this recipe, we'll look at the Booleans and see how these can be toggled.
In order to list the conditional policy support, execute the following steps:
httpd_:
~# getsebool –a | grep httpd_
semanage:
~# semanage boolean –l | grep httpd_
Read now
Unlock full access