apparmor: combine file_rules and aa_policydb into a single shared struct
authorJohn Johansen <john.johansen@canonical.com>
Thu, 19 Nov 2020 18:37:48 +0000 (10:37 -0800)
committerJohn Johansen <john.johansen@canonical.com>
Mon, 3 Oct 2022 21:49:03 +0000 (14:49 -0700)
commit53bdc46f4bdd20d477afb374767cabe627fd04ae
treeb251f2dc7ddc5fef5e65d6f0b6ba1b963af0283b
parente2967ede22978f132cd52929edff96c701bde0eb
apparmor: combine file_rules and aa_policydb into a single shared struct

file_rules and policydb are almost the same and will need the same
features in the future so combine them.

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