Home
last modified time | relevance | path

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

/linux-4.1.27/security/tomoyo/
Daudit.c339 if (mode == TOMOYO_CONFIG_USE_DEFAULT) in tomoyo_get_audit()
341 if (mode == TOMOYO_CONFIG_USE_DEFAULT) in tomoyo_get_audit()
Dutil.c985 if (mode == TOMOYO_CONFIG_USE_DEFAULT) in tomoyo_get_mode()
988 if (mode == TOMOYO_CONFIG_USE_DEFAULT) in tomoyo_get_mode()
Dcommon.c503 memset(ptr->config, TOMOYO_CONFIG_USE_DEFAULT, in tomoyo_assign_profile()
617 config = TOMOYO_CONFIG_USE_DEFAULT; in tomoyo_set_mode()
627 if (config != TOMOYO_CONFIG_USE_DEFAULT) { in tomoyo_set_mode()
648 else if (config != TOMOYO_CONFIG_USE_DEFAULT) in tomoyo_set_mode()
790 if (config == TOMOYO_CONFIG_USE_DEFAULT) in tomoyo_read_profile()
Dcommon.h152 TOMOYO_CONFIG_USE_DEFAULT = 255, enumerator