Searched refs:aa_lookup_fperms (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/security/apparmor/include/ |
H A D | file.h | 117 struct aa_perms *aa_lookup_fperms(struct aa_policydb *file_rules,
|
/openbmc/linux/security/apparmor/ |
H A D | file.c | 193 struct aa_perms *aa_lookup_fperms(struct aa_policydb *file_rules, in aa_lookup_fperms() function 223 *perms = *(aa_lookup_fperms(file_rules, state, cond)); in aa_str_perms()
|
H A D | domain.c | 158 *perms = *(aa_lookup_fperms(&(rules->file), state, &cond)); in label_compound_match() 213 tmp = *(aa_lookup_fperms(&(rules->file), state, &cond)); in label_components_match() 222 tmp = *(aa_lookup_fperms(&(rules->file), state, &cond)); in label_components_match()
|
H A D | apparmorfs.c | 629 tmp = *(aa_lookup_fperms(&(rules->file), state, &cond)); in profile_query_cb()
|