Home
last modified time | relevance | path

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

/linux/security/tomoyo/
H A Dfile.c744 if (r.mode != TOMOYO_CONFIG_ENFORCING)
793 if (r.mode != TOMOYO_CONFIG_ENFORCING)
823 is_enforce = (r.mode == TOMOYO_CONFIG_ENFORCING); in tomoyo_path_perm()
894 if (r.mode != TOMOYO_CONFIG_ENFORCING)
954 if (r.mode != TOMOYO_CONFIG_ENFORCING)
H A Ddomain.c686 if (r->mode != TOMOYO_CONFIG_ENFORCING) in tomoyo_environ()
863 } else if (ee->r.mode == TOMOYO_CONFIG_ENFORCING) in tomoyo_find_next_domain()
H A Dcommon.h152 TOMOYO_CONFIG_ENFORCING, enumerator
H A Dcommon.c19 [TOMOYO_CONFIG_ENFORCING] = "enforcing"
2216 case TOMOYO_CONFIG_ENFORCING: in tomoyo_supervisor()