Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/
H A Dfile.c217 aa_state_t aa_str_perms(struct aa_policydb *file_rules, aa_state_t start, in aa_str_perms() function
239 aa_str_perms(&(rules->file), rules->file.start[AA_CLASS_FILE], in __aa_path_perm()
356 state = aa_str_perms(&(rules->file), in profile_path_link()
365 aa_str_perms(&(rules->file), state, tname, cond, &perms); in profile_path_link()
387 aa_str_perms(&(rules->file), rules->file.start[AA_CLASS_FILE], in profile_path_link()
H A Ddomain.c673 state = aa_str_perms(&(rules->file), state, name, cond, &perms); in profile_transition()
772 state = aa_str_perms(&(rules->file), state, xname, cond, &perms); in profile_onexec()
/openbmc/linux/security/apparmor/include/
H A Dfile.h119 aa_state_t aa_str_perms(struct aa_policydb *file_rules, aa_state_t start,