[PATCH 1/1] UBUNTU: SAUCE: When AppArmor is configured, securityfs must be as well.

Brad Figg brad.figg at canonical.com
Tue Mar 24 21:45:23 UTC 2009


Bug: 344370

Without securityfs configured in the kernel, AppArmor will not
startup correctly and will oops.

Signed-off-by: Brad Figg <brad.figg at canonical.com>
---
 security/apparmor/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/security/apparmor/Kconfig b/security/apparmor/Kconfig
index 2b3fba8..d7ada38 100644
--- a/security/apparmor/Kconfig
+++ b/security/apparmor/Kconfig
@@ -2,6 +2,7 @@ config SECURITY_APPARMOR
 	bool "AppArmor support"
 	depends on SECURITY
 	select AUDIT
+	select SECURITYFS
 	help
 	  This enables the AppArmor security module.
 	  Required userspace tools (if they are not included in your
-- 
1.6.1.3





More information about the kernel-team mailing list