Skip to content
ATO Pathways
Log In
Overview
Search
Catalogs
SCAP
OSCAL
Catalogs
Profiles
Documents
References
Knowledge Base
Platform Documentation
Compliance Dictionary
Platform Changelog
About
Catalogs
XCCDF
Guide to the Secure Configuration of Oracle Linux 7
System Settings
SELinux
SELinux - Booleans
Disable the mmap_low_allowed SELinux Boolean
Disable the mmap_low_allowed SELinux Boolean
An XCCDF Rule
Details
Profiles
Prose
Disable the mmap_low_allowed SELinux Boolean
Medium Severity
By default, the SELinux boolean
mmap_low_allowed
is disabled. If this setting is enabled, it should be disabled. To disable the
mmap_low_allowed
SELinux boolean, run the following command:
$ sudo setsebool -P mmap_low_allowed off