Searched refs:grant_log (Results 1 – 4 of 4) sorted by relevance
364 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()
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()
660 u8 grant_log; /* One of values in "enum tomoyo_grant_log". */ member
1355 if (cond->grant_log != TOMOYO_GRANTLOG_AUTO) in tomoyo_print_condition()1357 tomoyo_yesno(cond->grant_log == in tomoyo_print_condition()