Searched refs:matched_acl (Results 1 – 3 of 3) sorted by relevance
323 * @matched_acl: Pointer to "struct tomoyo_acl_info".330 const struct tomoyo_acl_info *matched_acl, in tomoyo_get_audit() argument 343 if (is_granted && matched_acl && matched_acl->cond && in tomoyo_get_audit() 344 matched_acl->cond->grant_log != TOMOYO_GRANTLOG_AUTO) in tomoyo_get_audit() 345 return matched_acl->cond->grant_log == TOMOYO_GRANTLOG_YES; in tomoyo_get_audit() 374 r->matched_acl, r->granted)) in tomoyo_write_log2()
616 r->ee->transition = r->matched_acl && r->matched_acl->cond ? in tomoyo_execute_permission() 617 r->matched_acl->cond->transit : NULL; in tomoyo_execute_permission()
179 r->matched_acl = ptr; in tomoyo_check_acl()