Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/tomoyo/
Daudit.c329 const struct tomoyo_acl_info *matched_acl, in tomoyo_get_audit() argument
342 if (is_granted && matched_acl && matched_acl->cond && in tomoyo_get_audit()
343 matched_acl->cond->grant_log != TOMOYO_GRANTLOG_AUTO) in tomoyo_get_audit()
344 return matched_acl->cond->grant_log == TOMOYO_GRANTLOG_YES; in tomoyo_get_audit()
373 r->matched_acl, r->granted)) in tomoyo_write_log2()
Dfile.c616 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()
Ddomain.c179 r->matched_acl = ptr; in tomoyo_check_acl()
Dcommon.h494 struct tomoyo_acl_info *matched_acl; member