Home
last modified time | relevance | path

Searched refs:matched_acl (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/security/tomoyo/
Daudit.c324 const struct tomoyo_acl_info *matched_acl, in tomoyo_get_audit() argument
336 if (is_granted && matched_acl && matched_acl->cond && in tomoyo_get_audit()
337 matched_acl->cond->grant_log != TOMOYO_GRANTLOG_AUTO) in tomoyo_get_audit()
338 return matched_acl->cond->grant_log == TOMOYO_GRANTLOG_YES; in tomoyo_get_audit()
366 r->matched_acl, r->granted)) in tomoyo_write_log2()
Dfile.c602 r->ee->transition = r->matched_acl && r->matched_acl->cond ? in tomoyo_execute_permission()
603 r->matched_acl->cond->transit : NULL; in tomoyo_execute_permission()
Ddomain.c176 r->matched_acl = ptr; in tomoyo_check_acl()
Dcommon.h491 struct tomoyo_acl_info *matched_acl; member