Searched refs:aa_str_perms (Results 1 – 2 of 2) sorted by relevance
/linux/security/apparmor/ |
H A D | file.c | 200 * aa_str_perms - find permission that match @name 209 aa_state_t aa_str_perms(struct aa_policydb *file_rules, aa_state_t start, in aa_str_perms() function 232 aa_str_perms(rules->file, rules->file->start[AA_CLASS_FILE], in __aa_path_perm() 347 /* aa_str_perms - handles the case of the dfa being NULL */ in profile_path_link() 348 state = aa_str_perms(rules->file, in profile_path_link() 357 aa_str_perms(rules->file, state, tname, cond, &perms); in profile_path_link() 379 aa_str_perms(rules->file, rules->file->start[AA_CLASS_FILE], in profile_path_link()
|
H A D | domain.c | 719 state = aa_str_perms(rules->file, state, name, cond, &perms); in profile_transition() 832 state = aa_str_perms(rules->file, state, xname, cond, &perms); in profile_onexec()
|