summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJohn Johansen <john.johansen@canonical.com>2024-08-24 06:40:47 +0200
committerJohn Johansen <john.johansen@canonical.com>2024-11-27 04:21:05 +0100
commit9208c05f9fdfd927ea160b97dfef3c379049fff2 (patch)
tree257a4787f8a45fee867d9e697590bf7c27434c2c /README
parentapparmor: properly handle cx/px lookup failure for complain (diff)
downloadlinux-9208c05f9fdfd927ea160b97dfef3c379049fff2.tar.xz
linux-9208c05f9fdfd927ea160b97dfef3c379049fff2.zip
apparmor: add support for 2^24 states to the dfa state machine.
Currently the dfa state machine is limited by its default, next, and check tables using u16. Allow loading of u32 tables, and if u16 tables are loaded map them to u32. The number of states allowed does not increase to 2^32 because the base table uses the top 8 bits of its u32 for flags. Moving the flags into a separate table allowing a full 2^32 bit range wil be done in a separate patch. Link: https://gitlab.com/apparmor/apparmor/-/issues/419 Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions