]> git.ipfire.org Git - thirdparty/linux.git/commit
apparmor: make transition table unpack generic so it can be reused
authorJohn Johansen <john.johansen@canonical.com>
Tue, 23 Aug 2022 08:06:15 +0000 (01:06 -0700)
committerJohn Johansen <john.johansen@canonical.com>
Mon, 3 Oct 2022 21:49:03 +0000 (14:49 -0700)
commita0792e2ceddc1bff8bda34a82b5ef7f00cbe7a9f
tree9a52aa1f2b63c9ec82be2cdd0f5ee69e678293dc
parent22fac8a051191113becc0da62bf88b0ba8ce6c08
apparmor: make transition table unpack generic so it can be reused

Currently the transition table is tied to the file dfa. Make it so
we can unpack a transition table against any dfa.

Signed-off-by: John Johansen <john.johansen@canonical.com>
security/apparmor/policy_unpack.c