linux/security
John Johansen 9208c05f9f 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>
2024-11-26 19:21:05 -08:00
..
2024-11-03 01:28:06 -05:00
2024-10-11 14:34:16 -04:00
2024-09-16 18:19:47 +02:00
2024-08-19 22:36:26 -04:00
\n
2024-11-21 09:55:45 -08:00