Searched refs:aa_str_perms (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/security/apparmor/ |
D | file.c | 204 aa_state_t aa_str_perms(struct aa_policydb *file_rules, aa_state_t start, in aa_str_perms() function 226 aa_str_perms(rules->file, rules->file->start[AA_CLASS_FILE], in __aa_path_perm() 343 state = aa_str_perms(rules->file, in profile_path_link() 352 aa_str_perms(rules->file, state, tname, cond, &perms); in profile_path_link() 374 aa_str_perms(rules->file, rules->file->start[AA_CLASS_FILE], in profile_path_link()
|
D | domain.c | 675 state = aa_str_perms(rules->file, state, name, cond, &perms); in profile_transition() 774 state = aa_str_perms(rules->file, state, xname, cond, &perms); in profile_onexec()
|
/linux-6.12.1/security/apparmor/include/ |
D | file.h | 82 aa_state_t aa_str_perms(struct aa_policydb *file_rules, aa_state_t start,
|