]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
apparmor: extend permissions to support a label and tag string
authorJohn Johansen <john.johansen@canonical.com>
Sat, 16 Jul 2022 10:33:43 +0000 (03:33 -0700)
committerJohn Johansen <john.johansen@canonical.com>
Mon, 3 Oct 2022 21:49:03 +0000 (14:49 -0700)
commit90917d5b6866df79d892087ba51b46c983d2fcfe
treefe97819dd9858b6fc79a8ee06665082b5df845c4
parentcaa9f579ca7255e9d6c25f072447d895c5928c97
apparmor: extend permissions to support a label and tag string

add indexes for label and tag entries. Rename the domain table to the
str_table as its a shared string table with label and tags.

Signed-off-by: John Johansen <john.johansen@canonical.com>
security/apparmor/domain.c
security/apparmor/include/domain.h
security/apparmor/include/lib.h
security/apparmor/include/perms.h
security/apparmor/include/policy.h
security/apparmor/lib.c
security/apparmor/policy_unpack.c