linux/security/apparmor
John Johansen e844fe9b51 apparmor: convert policy lookup to use accept as an index
Remap polidydb dfa accept table from embedded perms to an index, and
then move the perm lookup to use the accept entry as an index into the
perm table. This is done so that the perm table can be separated from
the dfa, allowing dfa accept to index to share expanded permission
sets.

Signed-off-by: John Johansen <john.johansen@canonical.com>
2022-10-03 14:49:03 -07:00
..
include apparmor: convert policy lookup to use accept as an index 2022-10-03 14:49:03 -07:00
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
apparmorfs.c apparmor: convert policy lookup to use accept as an index 2022-10-03 14:49:03 -07:00
audit.c apparmor: fix quiet_denied for file rules 2022-07-09 15:13:59 -07:00
capability.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 2019-06-05 17:37:17 +02:00
crypto.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 2019-06-05 17:37:17 +02:00
domain.c apparmor: convert xmatch lookup to use accept as an index 2022-10-03 14:49:03 -07:00
file.c apparmor: convert fperm lookup to use accept as an index 2022-10-03 14:49:03 -07:00
ipc.c apparmor: move ptrace mediation to more logical task.{h,c} 2022-07-19 04:14:22 -07:00
Kconfig apparmor: use zstd compression for profile data 2022-10-03 14:49:02 -07:00
label.c apparmor: convert policy lookup to use accept as an index 2022-10-03 14:49:03 -07:00
lib.c apparmor: cleanup shared permission struct 2022-10-03 14:49:03 -07:00
lsm.c apparmor: use zstd compression for profile data 2022-10-03 14:49:02 -07:00
Makefile apparmor: add base infastructure for socket mediation 2018-03-13 17:25:48 -07:00
match.c apparmor: ensure that dfa state tables have entries 2020-04-08 04:42:48 -07:00
mount.c apparmor: convert policy lookup to use accept as an index 2022-10-03 14:49:03 -07:00
net.c apparmor: convert policy lookup to use accept as an index 2022-10-03 14:49:03 -07:00
nulldfa.in
path.c security: apparmor: delete repeated words in comments 2021-02-07 04:15:46 -08:00
policy_ns.c apparmor: Fix some kernel-doc comments 2022-07-19 02:39:15 -07:00
policy_unpack_test.c apparmor: test: Remove some casts which are no-longer required 2022-07-09 15:14:14 -07:00
policy_unpack.c apparmor: convert policy lookup to use accept as an index 2022-10-03 14:49:03 -07:00
policy.c apparmor: convert xmatch to using the new shared policydb struct 2022-10-03 14:49:03 -07:00
procattr.c apparmor: Fix kernel-doc 2022-07-09 15:13:59 -07:00
resource.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 2019-06-05 17:37:17 +02:00
secid.c apparmor: disable showing the mode as part of a secid to secctx 2022-07-13 17:18:29 -07:00
stacksplitdfa.in
task.c apparmor: move ptrace mediation to more logical task.{h,c} 2022-07-19 04:14:22 -07:00