Searched refs:aa_str_perms (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/security/apparmor/ |
D | file.c | 238 unsigned int aa_str_perms(struct aa_dfa *dfa, unsigned int start, in aa_str_perms() function 298 aa_str_perms(profile->file.dfa, profile->file.start, name, cond, in aa_path_perm() 380 state = aa_str_perms(profile->file.dfa, profile->file.start, lname, in aa_path_link() 388 aa_str_perms(profile->file.dfa, state, tname, &cond, &perms); in aa_path_link() 409 aa_str_perms(profile->file.dfa, profile->file.start, tname, &cond, in aa_path_link()
|
D | domain.c | 112 aa_str_perms(profile->file.dfa, start, name, &cond, &perms); in change_profile_perms() 120 aa_str_perms(profile->file.dfa, state, name, &cond, &perms); in change_profile_perms() 400 state = aa_str_perms(profile->file.dfa, state, name, &cond, &perms); in apparmor_bprm_set_creds()
|
/linux-4.1.27/security/apparmor/include/ |
D | file.h | 170 unsigned int aa_str_perms(struct aa_dfa *dfa, unsigned int start,
|