Home
last modified time | relevance | path

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

/linux-5.19.10/security/tomoyo/
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 || !path->dentry) 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()
Dmount.c200 == TOMOYO_CONFIG_DISABLED) in tomoyo_mount_permission()
Dnetwork.c475 != TOMOYO_CONFIG_DISABLED) { in tomoyo_inet_entry()
552 != TOMOYO_CONFIG_DISABLED) { in tomoyo_unix_entry()
Dutil.c999 return TOMOYO_CONFIG_DISABLED; in tomoyo_get_mode()
Dcommon.h149 TOMOYO_CONFIG_DISABLED, enumerator
Dcommon.c16 [TOMOYO_CONFIG_DISABLED] = "disabled",
498 ptr->default_config = TOMOYO_CONFIG_DISABLED | in tomoyo_assign_profile()