Searched refs:aa_str_perms (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/security/apparmor/ |
D | file.c | 270 unsigned int aa_str_perms(struct aa_dfa *dfa, unsigned int start, in aa_str_perms() function 289 aa_str_perms(profile->file.dfa, profile->file.start, name, cond, perms); in __aa_path_perm() 394 state = aa_str_perms(profile->file.dfa, profile->file.start, lname, in profile_path_link() 402 aa_str_perms(profile->file.dfa, state, tname, cond, &perms); in profile_path_link() 424 aa_str_perms(profile->file.dfa, profile->file.start, tname, cond, in profile_path_link()
|
D | domain.c | 660 state = aa_str_perms(profile->file.dfa, state, name, cond, &perms); in profile_transition() 781 state = aa_str_perms(profile->file.dfa, state, xname, cond, &perms); in profile_onexec()
|
/Linux-v4.19/security/apparmor/include/ |
D | file.h | 186 unsigned int aa_str_perms(struct aa_dfa *dfa, unsigned int start,
|