Home
last modified time | relevance | path

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

/linux-3.4.99/security/tomoyo/
Dcondition.c351 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()
Daudit.c329 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()
Dcommon.h656 u8 grant_log; /* One of values in "enum tomoyo_grant_log". */ member
Dcommon.c1335 if (cond->grant_log != TOMOYO_GRANTLOG_AUTO) in tomoyo_print_condition()
1337 tomoyo_yesno(cond->grant_log == in tomoyo_print_condition()