>From 9ea1fefecf2cee9a62cafa3a6e243312ef1dd213 Mon Sep 17 00:00:00 2001 From: Shawn Wells <[email protected]> Date: Tue, 25 Dec 2012 16:09:08 -0500 Subject: [PATCH 06/17] Removed "strict" from var_selinux_policy_name There is no strict mode in RHEL6 -- only targeted or mls
--- RHEL6/input/system/selinux.xml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/RHEL6/input/system/selinux.xml b/RHEL6/input/system/selinux.xml index 2eafd60..d01d89f 100644 --- a/RHEL6/input/system/selinux.xml +++ b/RHEL6/input/system/selinux.xml @@ -77,7 +77,6 @@ and to protect the boot process. <br />mls - Multiple levels of security</description> <value selector="">targeted</value> <value selector="targeted">targeted</value> -<value selector="strict">strict</value> <value selector="mls">mls</value> </Value> -- 1.7.1
_______________________________________________ scap-security-guide mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide
