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:
committed by
Tim Gardner
parent
d1ad0985ad
commit
e991a56d0a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user