Searched refs:grant_log (Results 1 – 4 of 4) sorted by relevance
352 a->grant_log == b->grant_log && a->transit == b->transit && in tomoyo_same_condition()535 entry->grant_log != TOMOYO_GRANTLOG_AUTO) in tomoyo_get_condition()538 entry->grant_log = TOMOYO_GRANTLOG_YES; in tomoyo_get_condition()540 entry->grant_log = TOMOYO_GRANTLOG_NO; in tomoyo_get_condition()
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()
657 u8 grant_log; /* One of values in "enum tomoyo_grant_log". */ member
1324 if (cond->grant_log != TOMOYO_GRANTLOG_AUTO) in tomoyo_print_condition()1326 tomoyo_yesno(cond->grant_log == in tomoyo_print_condition()