Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dfile.c566 if (r->mode == TOMOYO_CONFIG_DISABLED) in tomoyo_path_permission()
604 if (r->mode != TOMOYO_CONFIG_DISABLED) in tomoyo_execute_permission()
703 == TOMOYO_CONFIG_DISABLED || !path->dentry) in tomoyo_path_number_perm()
749 r.mode = TOMOYO_CONFIG_DISABLED; in tomoyo_check_open_permission()
753 != TOMOYO_CONFIG_DISABLED) { in tomoyo_check_open_permission()
799 == TOMOYO_CONFIG_DISABLED) in tomoyo_path_perm()
854 == TOMOYO_CONFIG_DISABLED) in tomoyo_mkdev_perm()
900 == TOMOYO_CONFIG_DISABLED) in tomoyo_path2_perm()
Dmount.c197 == TOMOYO_CONFIG_DISABLED) in tomoyo_mount_permission()
Dnetwork.c475 != TOMOYO_CONFIG_DISABLED) { in tomoyo_inet_entry()
550 != TOMOYO_CONFIG_DISABLED) { in tomoyo_unix_entry()
Dutil.c964 return TOMOYO_CONFIG_DISABLED; in tomoyo_get_mode()
Dcommon.h146 TOMOYO_CONFIG_DISABLED, enumerator
Dcommon.c15 [TOMOYO_CONFIG_DISABLED] = "disabled",
501 ptr->default_config = TOMOYO_CONFIG_DISABLED | in tomoyo_assign_profile()