summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJohn Johansen <john.johansen@canonical.com>2026-04-14 05:56:26 +0300
committerJohn Johansen <john.johansen@canonical.com>2026-04-23 06:02:46 +0300
commit72971e6f745ad5c366629b0affbe3a6b619dcd8b (patch)
tree71d5a096e65177064b7db38eb1c16574d3b2d17d /include/linux
parentf17b68f0c33ff184713c356cd024035d437bac8c (diff)
downloadlinux-72971e6f745ad5c366629b0affbe3a6b619dcd8b.tar.xz
apparmor: fix unpack_tags to properly return error in failure cases
error is initialized to -EPROTO but set by some of the internal functions, unfortunately the last two checks assume error is set to -EPROTO already for the failure case. Ensure it is by setting it before these checks. Fixes: 3d28e2397af7a ("apparmor: add support loading per permission tagging") Reported-by: Dan Carpenter <error27@gmail.com> Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions