Home
last modified time | relevance | path

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

/linux-6.1.9/security/tomoyo/
Dcondition.c364 a->grant_log == b->grant_log && a->transit == b->transit && in tomoyo_same_condition()
553 entry->grant_log != TOMOYO_GRANTLOG_AUTO) in tomoyo_get_condition()
556 entry->grant_log = TOMOYO_GRANTLOG_YES; in tomoyo_get_condition()
558 entry->grant_log = TOMOYO_GRANTLOG_NO; in tomoyo_get_condition()
Daudit.c344 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()
Dcommon.h660 u8 grant_log; /* One of values in "enum tomoyo_grant_log". */ member
Dcommon.c1346 if (cond->grant_log != TOMOYO_GRANTLOG_AUTO) in tomoyo_print_condition()
1348 str_yes_no(cond->grant_log == in tomoyo_print_condition()