Home
last modified time | relevance | path

Searched refs:TOMOYO_CONFIG_DISABLED (Results 1 – 6 of 6) sorted by relevance

/linux/security/tomoyo/
H A Dfile.c585 if (r->mode == TOMOYO_CONFIG_DISABLED) in tomoyo_path_permission()
623 if (r->mode != TOMOYO_CONFIG_DISABLED)
725 == TOMOYO_CONFIG_DISABLED) in tomoyo_path_number_perm()
771 r.mode = TOMOYO_CONFIG_DISABLED; in tomoyo_check_open_permission()
775 != TOMOYO_CONFIG_DISABLED) { in tomoyo_check_open_permission()
821 == TOMOYO_CONFIG_DISABLED) in tomoyo_path_perm()
876 == TOMOYO_CONFIG_DISABLED) in tomoyo_mkdev_perm()
922 == TOMOYO_CONFIG_DISABLED) in tomoyo_path2_perm()
H A Dmount.c202 == TOMOYO_CONFIG_DISABLED) in tomoyo_mount_permission()
H A Dnetwork.c478 != TOMOYO_CONFIG_DISABLED) { in tomoyo_inet_entry()
555 != TOMOYO_CONFIG_DISABLED) { in tomoyo_unix_entry()
H A Dutil.c999 return TOMOYO_CONFIG_DISABLED; in tomoyo_get_mode()
H A Dcommon.h149 TOMOYO_CONFIG_DISABLED, enumerator
H A Dcommon.c16 [TOMOYO_CONFIG_DISABLED] = "disabled",
502 ptr->default_config = TOMOYO_CONFIG_DISABLED | in tomoyo_assign_profile()