Revert "UBUNTU: SAUCE: (no-up) apparmor: fix apparmor module status for none root users"

This reverts commit 33a2c58fbbb1f2742a0245965a3484cc39fdeebf.

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
This commit is contained in:
John Johansen
2013-08-15 10:06:22 -07:00
committed by Tim Gardner
parent d1ad0985ad
commit e991a56d0a

View File

@@ -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;