mirror of
https://github.com/raspberrypi/linux.git
synced 2026-01-02 15:53:42 +00:00
apparmor: extend xindex size
Allow the xindex to have 2^24 entries. Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
@@ -78,7 +78,7 @@ struct aa_perms {
|
||||
u32 quiet; /* set only when ~allow | deny */
|
||||
u32 hide; /* set only when ~allow | deny */
|
||||
|
||||
u16 xindex;
|
||||
u32 xindex;
|
||||
};
|
||||
|
||||
#define ALL_PERMS_MASK 0xffffffff
|
||||
|
||||
Reference in New Issue
Block a user