Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/tomoyo/
Daudit.c346 if (mode == TOMOYO_CONFIG_USE_DEFAULT) in tomoyo_get_audit()
348 if (mode == TOMOYO_CONFIG_USE_DEFAULT) in tomoyo_get_audit()
Dutil.c997 if (mode == TOMOYO_CONFIG_USE_DEFAULT) in tomoyo_get_mode()
1000 if (mode == TOMOYO_CONFIG_USE_DEFAULT) in tomoyo_get_mode()
Dcommon.c510 memset(ptr->config, TOMOYO_CONFIG_USE_DEFAULT, in tomoyo_assign_profile()
630 config = TOMOYO_CONFIG_USE_DEFAULT; in tomoyo_set_mode()
641 if (config != TOMOYO_CONFIG_USE_DEFAULT) { in tomoyo_set_mode()
662 else if (config != TOMOYO_CONFIG_USE_DEFAULT) in tomoyo_set_mode()
809 if (config == TOMOYO_CONFIG_USE_DEFAULT) in tomoyo_read_profile()
Dcommon.h156 TOMOYO_CONFIG_USE_DEFAULT = 255, enumerator