UBUNTU: SAUCE: apparmor4.0.0 [42/90]: LSM stacking v39: Smack: Remove LSM_FLAG_EXCLUSIVE
BugLink: http://bugs.launchpad.net/bugs/2028253 Smack no longer has any behaviors that require LSM_FLAG_EXCLUSIVE. Signed-off-by: Casey Schaufler <casey@schaufler-ca.com> (cherry picked from commit 531a65b3bba0443d5c05ae0c65f4d08dd631feb1 https://git.launchpad.net/~apparmor-dev/ubuntu-kernel-next) Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
This commit is contained in:
committed by
Paolo Pisati
parent
b8989f8014
commit
47fd788813
@@ -5327,7 +5327,7 @@ static __init int smack_init(void)
|
||||
*/
|
||||
DEFINE_LSM(smack) = {
|
||||
.name = "smack",
|
||||
.flags = LSM_FLAG_LEGACY_MAJOR | LSM_FLAG_EXCLUSIVE,
|
||||
.flags = LSM_FLAG_LEGACY_MAJOR,
|
||||
.blobs = &smack_blob_sizes,
|
||||
.init = smack_init,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user