Searched refs:RULE_MEDIATES_UNIX (Results 1 – 3 of 3) sorted by relevance
212 state = RULE_MEDIATES_UNIX(rules); in profile_create_perm()238 state = RULE_MEDIATES_UNIX(rules); in profile_sk_perm()267 state = RULE_MEDIATES_UNIX(rules); in profile_bind_perm()298 state = RULE_MEDIATES_UNIX(rules); in profile_listen_perm()335 state = RULE_MEDIATES_UNIX(rules); in profile_accept_perm()365 state = RULE_MEDIATES_UNIX(rules); in profile_opt_perm()406 state = RULE_MEDIATES_UNIX(rules); in profile_peer_perm()
242 ((flags & PATH_SOCK_COND) && !RULE_MEDIATES_UNIX(rules))) in __aa_path_perm()
360 static inline aa_state_t RULE_MEDIATES_UNIX(struct aa_ruleset *rules) in RULE_MEDIATES_UNIX() function