summaryrefslogtreecommitdiffstats
path: root/security/apparmor/mount.c
diff options
context:
space:
mode:
authorJohn Johansen <john.johansen@canonical.com>2022-03-25 05:20:02 -0700
committerJohn Johansen <john.johansen@canonical.com>2022-07-19 02:57:15 -0700
commitf567e7fada03d4c9c5f646a439ad2356371c4147 (patch)
tree27a41e6ad633e02cfe8b32c3f13c20d03458c9e1 /security/apparmor/mount.c
parentc1ed5da197652318341fd36333d45e8e6d5c3359 (diff)
downloadlinux-f567e7fada03d4c9c5f646a439ad2356371c4147.tar.bz2
apparmor: extend policydb permission set by making use of the xbits
The policydb permission set has left the xbits unused. Make them available for mediation. Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'security/apparmor/mount.c')
-rw-r--r--security/apparmor/mount.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/security/apparmor/mount.c b/security/apparmor/mount.c
index fa64a2db3aec..f61247241803 100644
--- a/security/apparmor/mount.c
+++ b/security/apparmor/mount.c
@@ -217,7 +217,6 @@ static struct aa_perms compute_mnt_perms(struct aa_dfa *dfa,
.allow = dfa_user_allow(dfa, state),
.audit = dfa_user_audit(dfa, state),
.quiet = dfa_user_quiet(dfa, state),
- .xindex = dfa_user_xindex(dfa, state),
};
return perms;