Searched refs:matched_acl (Results 1 – 4 of 4) sorted by relevance
325 const struct tomoyo_acl_info *matched_acl, in tomoyo_get_audit() argument337 if (is_granted && matched_acl && matched_acl->cond && in tomoyo_get_audit()338 matched_acl->cond->grant_log != TOMOYO_GRANTLOG_AUTO) in tomoyo_get_audit()339 return matched_acl->cond->grant_log == TOMOYO_GRANTLOG_YES; in tomoyo_get_audit()367 r->matched_acl, r->granted)) in tomoyo_write_log2()
601 r->ee->transition = r->matched_acl && r->matched_acl->cond ? in tomoyo_execute_permission()602 r->matched_acl->cond->transit : NULL; in tomoyo_execute_permission()
173 r->matched_acl = ptr; in tomoyo_check_acl()
490 struct tomoyo_acl_info *matched_acl; member