Home
last modified time | relevance | path

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

/linux-6.1.9/security/tomoyo/
Daudit.c347 if (mode == TOMOYO_CONFIG_USE_DEFAULT) in tomoyo_get_audit()
349 if (mode == TOMOYO_CONFIG_USE_DEFAULT) in tomoyo_get_audit()
Dutil.c1002 if (mode == TOMOYO_CONFIG_USE_DEFAULT) in tomoyo_get_mode()
1005 if (mode == TOMOYO_CONFIG_USE_DEFAULT) in tomoyo_get_mode()
Dcommon.c501 memset(ptr->config, TOMOYO_CONFIG_USE_DEFAULT, in tomoyo_assign_profile()
621 config = TOMOYO_CONFIG_USE_DEFAULT; in tomoyo_set_mode()
632 if (config != TOMOYO_CONFIG_USE_DEFAULT) { in tomoyo_set_mode()
653 else if (config != TOMOYO_CONFIG_USE_DEFAULT) in tomoyo_set_mode()
800 if (config == TOMOYO_CONFIG_USE_DEFAULT) in tomoyo_read_profile()
Dcommon.h156 TOMOYO_CONFIG_USE_DEFAULT = 255, enumerator