https://github.com/torvalds/linux
Revision e0ff0cff1f6cdce0aa596aac04129893201c4162 authored by Georgia Garcia on 10 June 2024, 12:51:48 UTC, committed by John Johansen on 24 July 2024, 18:15:06 UTC
Due to a bug in earlier userspaces, a transition table may be present
even when the dfa is not. Commit 7572fea31e3e
("apparmor: convert fperm lookup to use accept as an index") made the
verification check more rigourous regressing old userspaces with
the bug. For compatibility reasons allow the orphaned transition table
during unpack and discard.

Fixes: 7572fea31e3e ("apparmor: convert fperm lookup to use accept as an index")
Signed-off-by: Georgia Garcia <georgia.garcia@canonical.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
1 parent f4fee21
History
Tip revision: e0ff0cff1f6cdce0aa596aac04129893201c4162 authored by Georgia Garcia on 10 June 2024, 12:51:48 UTC
apparmor: unpack transition table if dfa is not present
Tip revision: e0ff0cf

back to top