aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/mm.py
diff options
context:
space:
mode:
authorJohn Johansen <john.johansen@canonical.com>2023-02-14 20:21:17 -0800
committerJohn Johansen <john.johansen@canonical.com>2023-02-15 11:24:38 -0800
commitcbb13e12a5d3ecef400716ea7d12a9268b0f37ca (patch)
tree8c366e29f297868d52f4da45d688a1758499b975 /scripts/gdb/linux/mm.py
parente1c04510f521e853019afeca2a5991a5ef8d6a5b (diff)
apparmor: Fix regression in compat permissions for getattr
This fixes a regression in mediation of getattr when old policy built under an older ABI is loaded and mapped to internal permissions. The regression does not occur for all getattr permission requests, only appearing if state zero is the final state in the permission lookup. This is because despite the first state (index 0) being guaranteed to not have permissions in both newer and older permission formats, it may have to carry permissions that were not mediated as part of an older policy. These backward compat permissions are mapped here to avoid special casing the mediation code paths. Since the mapping code already takes into account backwards compat permission from older formats it can be applied to state 0 to fix the regression. Fixes: 408d53e923bd ("apparmor: compute file permissions on profile load") Reported-by: Philip Meulengracht <the_meulengracht@hotmail.com> Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'scripts/gdb/linux/mm.py')
0 files changed, 0 insertions, 0 deletions