mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
Due to a bug in earlier userspaces, a transition table may be present even when the dfa is not. Commit7572fea31e("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:7572fea31e("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>