Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Daudit.c340 if (mode == TOMOYO_CONFIG_USE_DEFAULT) in tomoyo_get_audit()
342 if (mode == TOMOYO_CONFIG_USE_DEFAULT) in tomoyo_get_audit()
Dutil.c967 if (mode == TOMOYO_CONFIG_USE_DEFAULT) in tomoyo_get_mode()
970 if (mode == TOMOYO_CONFIG_USE_DEFAULT) in tomoyo_get_mode()
Dcommon.c504 memset(ptr->config, TOMOYO_CONFIG_USE_DEFAULT, in tomoyo_assign_profile()
618 config = TOMOYO_CONFIG_USE_DEFAULT; in tomoyo_set_mode()
628 if (config != TOMOYO_CONFIG_USE_DEFAULT) { in tomoyo_set_mode()
649 else if (config != TOMOYO_CONFIG_USE_DEFAULT) in tomoyo_set_mode()
791 if (config == TOMOYO_CONFIG_USE_DEFAULT) in tomoyo_read_profile()
Dcommon.h153 TOMOYO_CONFIG_USE_DEFAULT = 255, enumerator