Home
last modified time | relevance | path

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

/linux/security/apparmor/
H A Dfile.c214 aa_state_t aa_str_perms(struct aa_policydb *file_rules, aa_state_t start, in aa_str_perms() function
237 aa_str_perms(rules->file, rules->file->start[AA_CLASS_FILE], in __aa_path_perm()
353 state = aa_str_perms(rules->file, in profile_path_link()
362 aa_str_perms(rules->file, state, tname, cond, &perms); in profile_path_link()
384 aa_str_perms(rules->file, rules->file->start[AA_CLASS_FILE], in profile_path_link()
H A Ddomain.c719 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()
/linux/security/apparmor/include/
H A Dfile.h83 aa_state_t aa_str_perms(struct aa_policydb *file_rules, aa_state_t start,