[PATCH 12/36] Added severity medium, same as the RHEL 5 STIG.

Michele Newman mnewman at redhat.com
Thu Oct 25 13:49:57 UTC 2012


---
 RHEL6/input/system/permissions/execution.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/RHEL6/input/system/permissions/execution.xml b/RHEL6/input/system/permissions/execution.xml
index fdb6607..a80c40a 100644
--- a/RHEL6/input/system/permissions/execution.xml
+++ b/RHEL6/input/system/permissions/execution.xml
@@ -114,7 +114,7 @@ controlled through <tt>sysctl</tt> variables <tt>kernel.exec-shield</tt> and
 <tt>kernel.randomize_va_space</tt>.
 </description>
 
-<Rule id="enable_execshield">
+<Rule id="enable_execshield" severity="medium">
 <title>Enable ExecShield</title>
 <description><sysctl-desc-macro sysctl="kernel.exec-shield" value="1" /></description>
 <ocil><sysctl-check-macro sysctl="kernel.exec-shield" value="1" /></ocil>
@@ -131,7 +131,7 @@ address range.</rationale>
 <tested by="DS" on="20121024"/>
 </Rule>
 
-<Rule id="enable_randomize_va_space">
+<Rule id="enable_randomize_va_space" severity="medium">
 <title>Enable Randomized Layout of Virtual Address Space</title>
 <description><sysctl-desc-macro sysctl="kernel.randomize_va_space" value="1" /></description>
 <ocil><sysctl-check-macro sysctl="kernel.randomize_va_space" value="1" /></ocil>
-- 
1.8.0



More information about the scap-security-guide mailing list