Home
last modified time | relevance | path

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

/linux-6.1.9/security/tomoyo/
Daudit.c330 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()
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