Searched refs:aa_str_perms (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/security/apparmor/ |
D | file.c | 255 unsigned int aa_str_perms(struct aa_dfa *dfa, unsigned int start, in aa_str_perms() function 274 aa_str_perms(profile->file.dfa, profile->file.start, name, cond, perms); in __aa_path_perm() 381 state = aa_str_perms(profile->file.dfa, profile->file.start, lname, in profile_path_link() 389 aa_str_perms(profile->file.dfa, state, tname, cond, &perms); in profile_path_link() 411 aa_str_perms(profile->file.dfa, profile->file.start, tname, cond, in profile_path_link()
|
D | domain.c | 663 state = aa_str_perms(profile->file.dfa, state, name, cond, &perms); in profile_transition() 758 state = aa_str_perms(profile->file.dfa, state, xname, cond, &perms); in profile_onexec()
|
/Linux-v5.10/security/apparmor/include/ |
D | file.h | 185 unsigned int aa_str_perms(struct aa_dfa *dfa, unsigned int start,
|