From e991a56d0a138e4cb4e62cbf6ef355f030ec833c Mon Sep 17 00:00:00 2001 From: John Johansen Date: Thu, 15 Aug 2013 10:06:22 -0700 Subject: [PATCH] Revert "UBUNTU: SAUCE: (no-up) apparmor: fix apparmor module status for none root users" This reverts commit 33a2c58fbbb1f2742a0245965a3484cc39fdeebf. Signed-off-by: Tim Gardner --- security/apparmor/lsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/apparmor/lsm.c b/security/apparmor/lsm.c index d63b6452625..b345dbc6f85 100644 --- a/security/apparmor/lsm.c +++ b/security/apparmor/lsm.c @@ -1212,7 +1212,7 @@ module_param_named(paranoid_load, aa_g_paranoid_load, aabool, /* Boot time disable flag */ static bool apparmor_enabled = CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE; -module_param_named(enabled, apparmor_enabled, bool, S_IRUGO); +module_param_named(enabled, apparmor_enabled, aabool, S_IRUGO); /* Boot time to set use of default or unconfined as initial profile */ bool aa_g_unconfined_init = CONFIG_SECURITY_APPARMOR_UNCONFINED_INIT;