Home
last modified time | relevance | path

Searched refs:grant_log (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/security/tomoyo/
H A Dcondition.c364 a->grant_log == b->grant_log && a->transit == b->transit && in tomoyo_same_condition()
550 if (!strcmp(left_word, "grant_log")) { in tomoyo_get_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()
H A Daudit.c343 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()
H A Dcommon.h195 /* Generate grant_log. */
660 u8 grant_log; /* One of values in "enum tomoyo_grant_log". */ member
H A Dcommon.c642 switch (tomoyo_find_yesno(value, "grant_log")) { in tomoyo_set_mode()
731 tomoyo_io_printf(head, "={ mode=%s grant_log=%s reject_log=%s }\n", in tomoyo_print_config()
1355 if (cond->grant_log != TOMOYO_GRANTLOG_AUTO) in tomoyo_print_condition()
1356 tomoyo_io_printf(head, " grant_log=%s", in tomoyo_print_condition()
1357 tomoyo_yesno(cond->grant_log == in tomoyo_print_condition()
2814 "0-CONFIG={ mode=learning grant_log=no reject_log=yes }\n"; in tomoyo_load_builtin_policy()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcondition.c364 a->grant_log == b->grant_log && a->transit == b->transit && in tomoyo_same_condition()
550 if (!strcmp(left_word, "grant_log")) { in tomoyo_get_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()
H A 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()
H A Dcommon.h195 /* Generate grant_log. */
660 u8 grant_log; /* One of values in "enum tomoyo_grant_log". */ member
H A Dcommon.c634 switch (tomoyo_find_yesno(value, "grant_log")) { in tomoyo_set_mode()
723 tomoyo_io_printf(head, "={ mode=%s grant_log=%s reject_log=%s }\n", in tomoyo_print_config()
1347 if (cond->grant_log != TOMOYO_GRANTLOG_AUTO) in tomoyo_print_condition()
1348 tomoyo_io_printf(head, " grant_log=%s", in tomoyo_print_condition()
1349 str_yes_no(cond->grant_log == in tomoyo_print_condition()
2807 "0-CONFIG={ mode=learning grant_log=no reject_log=yes }\n"; in tomoyo_load_builtin_policy()

Completed in 15 milliseconds