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.c580 if (r->mode == TOMOYO_CONFIG_DISABLED) in tomoyo_path_permission()
618 if (r->mode != TOMOYO_CONFIG_DISABLED) in tomoyo_execute_permission()
720 == TOMOYO_CONFIG_DISABLED) in tomoyo_path_number_perm()
766 r.mode = TOMOYO_CONFIG_DISABLED; in tomoyo_check_open_permission()
770 != TOMOYO_CONFIG_DISABLED) { in tomoyo_check_open_permission()
816 == TOMOYO_CONFIG_DISABLED) in tomoyo_path_perm()
871 == TOMOYO_CONFIG_DISABLED) in tomoyo_mkdev_perm()
917 == TOMOYO_CONFIG_DISABLED) in tomoyo_path2_perm()
H A Dmount.c200 == TOMOYO_CONFIG_DISABLED) in tomoyo_mount_permission()
H A Dnetwork.c475 != TOMOYO_CONFIG_DISABLED) { in tomoyo_inet_entry()
552 != 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",
499 ptr->default_config = TOMOYO_CONFIG_DISABLED | in tomoyo_assign_profile()