CME-303
SELinux Booleans (Restrictive)
Description
Fine-grained SELinux policy toggles that disable risky inter-domain interactions. Examples: httpd_can_network_connect=off prevents web servers from making outbound connections; container_manage_cgroup=off restricts container cgroup access.
CVSS Vector Impacts
| Metric | Transition | Rationale |
|---|---|---|
| Scope (S) | C → U | Disables specific cross-domain access paths |
CWE Relationships
Verification
Check key SELinux booleans are set to restrictive values
$ getsebool httpd_can_network_connect
# Expected: httpd_can_network_connect --> off
# Expected: httpd_can_network_connect --> off
Platform: rhel