Home
last modified time | relevance | path

Searched refs:TOMOYO_CONFIG_WANT_GRANT_LOG (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/security/tomoyo/
Daudit.c351 return mode & TOMOYO_CONFIG_WANT_GRANT_LOG; in tomoyo_get_audit()
Dcommon.c508 TOMOYO_CONFIG_WANT_GRANT_LOG | in tomoyo_assign_profile()
644 config |= TOMOYO_CONFIG_WANT_GRANT_LOG; in tomoyo_set_mode()
647 config &= ~TOMOYO_CONFIG_WANT_GRANT_LOG; in tomoyo_set_mode()
733 tomoyo_yesno(config & TOMOYO_CONFIG_WANT_GRANT_LOG), in tomoyo_print_config()
Dcommon.h155 TOMOYO_CONFIG_WANT_GRANT_LOG = 128, enumerator