Searched refs:grant_log (Results 1 – 4 of 4) sorted by relevance
351 a->grant_log == b->grant_log && a->transit == b->transit && in tomoyo_same_condition()534 entry->grant_log != TOMOYO_GRANTLOG_AUTO) in tomoyo_get_condition()537 entry->grant_log = TOMOYO_GRANTLOG_YES; in tomoyo_get_condition()539 entry->grant_log = TOMOYO_GRANTLOG_NO; in tomoyo_get_condition()
329 matched_acl->cond->grant_log != TOMOYO_GRANTLOG_AUTO) in tomoyo_get_audit()330 return matched_acl->cond->grant_log == TOMOYO_GRANTLOG_YES; in tomoyo_get_audit()
656 u8 grant_log; /* One of values in "enum tomoyo_grant_log". */ member
1335 if (cond->grant_log != TOMOYO_GRANTLOG_AUTO) in tomoyo_print_condition()1337 tomoyo_yesno(cond->grant_log == in tomoyo_print_condition()