Home
last modified time | relevance | path

Searched refs:aa_str_perms (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/security/apparmor/
Dfile.c236 unsigned int aa_str_perms(struct aa_dfa *dfa, unsigned int start, in aa_str_perms() function
296 aa_str_perms(profile->file.dfa, profile->file.start, name, cond, in aa_path_perm()
378 state = aa_str_perms(profile->file.dfa, profile->file.start, lname, in aa_path_link()
386 aa_str_perms(profile->file.dfa, state, tname, &cond, &perms); in aa_path_link()
407 aa_str_perms(profile->file.dfa, profile->file.start, tname, &cond, in aa_path_link()
Ddomain.c118 aa_str_perms(profile->file.dfa, start, name, &cond, &perms); in change_profile_perms()
126 aa_str_perms(profile->file.dfa, state, name, &cond, &perms); in change_profile_perms()
401 state = aa_str_perms(profile->file.dfa, state, name, &cond, &perms); in apparmor_bprm_set_creds()
/linux-3.4.99/security/apparmor/include/
Dfile.h170 unsigned int aa_str_perms(struct aa_dfa *dfa, unsigned int start,