aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu J. Poirier <mathieu.poirier@peartreecs.com>2011-09-18 14:45:33 -0600
committerMathieu J. Poirier <mathieu.poirier@linaro.org>2011-09-18 14:45:33 -0600
commitd74ba608ee4171605b0523eff7223bc3bfaa27b9 (patch)
tree792730a3c96c5755677c05db0635a40b101f2c4c
parent7a221cc63eab37e9d9db406ce04578a7539787bf (diff)
Silencing spurious enforce errors.
Signed-off-by: Mathieu J. Poirier <mathieu.poirier@peartreecs.com>
-rw-r--r--debian.master/config/enforce10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian.master/config/enforce b/debian.master/config/enforce
index b51506522d8..634ebf33673 100644
--- a/debian.master/config/enforce
+++ b/debian.master/config/enforce
@@ -4,14 +4,14 @@
# Ensure this option is enabled.
value CONFIG_COMPAT_BRK n
value CONFIG_DEVKMEM n
-value CONFIG_LSM_MMAP_MIN_ADDR 0
+#value CONFIG_LSM_MMAP_MIN_ADDR 0
value CONFIG_SECURITY y
!exists CONFIG_SECURITY_FILE_CAPABILITIES | value CONFIG_SECURITY_FILE_CAPABILITIES y
-value CONFIG_SECURITY_SELINUX y
-value CONFIG_SECURITY_SMACK y
+#value CONFIG_SECURITY_SELINUX y
+#value CONFIG_SECURITY_SMACK y
value CONFIG_SECURITY_YAMA y
-value CONFIG_SYN_COOKIES y
-value CONFIG_DEFAULT_SECURITY_APPARMOR y
+#value CONFIG_SYN_COOKIES y
+#value CONFIG_DEFAULT_SECURITY_APPARMOR y
# For architectures which support this option ensure it is enabled.
!exists CONFIG_SECCOMP | value CONFIG_SECCOMP y
!exists CONFIG_HAVE_SECCOMP_FILTER | value CONFIG_SECCOMP_FILTER y