aa_policydb
static aa_state_t match_to_sk(struct aa_policydb *policy,
static aa_state_t match_to_cmd(struct aa_policydb *policy, aa_state_t state,
static aa_state_t match_to_peer(struct aa_policydb *policy, aa_state_t state,
static aa_state_t match_to_local(struct aa_policydb *policy,
struct aa_perms *aa_lookup_condperms(kuid_t subj_uid, struct aa_policydb *rules,
aa_state_t aa_str_perms(struct aa_policydb *file_rules, aa_state_t start,
struct aa_policydb;
struct aa_policydb *file_rules,
aa_state_t aa_str_perms(struct aa_policydb *file_rules, aa_state_t start,
int aa_do_perms(struct aa_profile *profile, struct aa_policydb *policy,
aa_state_t aa_match_to_prot(struct aa_policydb *policy, aa_state_t state,
extern struct aa_policydb *nullpdb;
struct aa_policydb *aa_alloc_pdb(gfp_t gfp);
static inline struct aa_policydb *aa_get_pdb(struct aa_policydb *pdb)
static inline void aa_put_pdb(struct aa_policydb *pdb)
static inline struct aa_perms *aa_lookup_perms(struct aa_policydb *policy,
struct aa_policydb *policy;
struct aa_policydb *file;
struct aa_policydb *xmatch;
int aa_compat_map_xmatch(struct aa_policydb *policy);
int aa_compat_map_policy(struct aa_policydb *policy, u32 version);
int aa_compat_map_file(struct aa_policydb *policy);
struct aa_policydb *nullpdb;
static int do_match_mnt(struct aa_policydb *policy, aa_state_t start,
int aa_do_perms(struct aa_profile *profile, struct aa_policydb *policy,
static struct aa_perms *early_match(struct aa_policydb *policy,
aa_state_t aa_match_to_prot(struct aa_policydb *policy, aa_state_t state,
static void aa_free_pdb(struct aa_policydb *pdb)
struct aa_policydb *pdb = container_of(kref, struct aa_policydb, count);
struct aa_policydb *aa_alloc_pdb(gfp_t gfp)
struct aa_policydb *pdb = kzalloc_obj(struct aa_policydb, gfp);
int aa_compat_map_xmatch(struct aa_policydb *policy)
int aa_compat_map_policy(struct aa_policydb *policy, u32 version)
int aa_compat_map_file(struct aa_policydb *policy)
static bool verify_perms(struct aa_policydb *pdb)
static int unpack_pdb(struct aa_ext *e, struct aa_policydb **policy,
struct aa_policydb *pdb;