Searched refs:aa_lookup_fperms (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/security/apparmor/include/ |
| H A D | file.h | 80 struct aa_perms *aa_lookup_fperms(struct aa_policydb *file_rules,
|
| /linux-6.15/security/apparmor/ |
| H A D | file.c | 180 struct aa_perms *aa_lookup_fperms(struct aa_policydb *file_rules, in aa_lookup_fperms() function 210 *perms = *(aa_lookup_fperms(file_rules, state, cond)); in aa_str_perms()
|
| H A D | domain.c | 157 *perms = *(aa_lookup_fperms(rules->file, state, &cond)); in label_compound_match() 212 tmp = *(aa_lookup_fperms(rules->file, state, &cond)); in label_components_match() 221 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()
|