Home
last modified time | relevance | path

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

/linux-4.4.14/security/tomoyo/
Dfile.c565 if (r->mode == TOMOYO_CONFIG_DISABLED) in tomoyo_path_permission()
603 if (r->mode != TOMOYO_CONFIG_DISABLED) in tomoyo_execute_permission()
702 == TOMOYO_CONFIG_DISABLED || !path->dentry) in tomoyo_path_number_perm()
748 r.mode = TOMOYO_CONFIG_DISABLED; in tomoyo_check_open_permission()
752 != TOMOYO_CONFIG_DISABLED) { in tomoyo_check_open_permission()
798 == TOMOYO_CONFIG_DISABLED) in tomoyo_path_perm()
853 == TOMOYO_CONFIG_DISABLED) in tomoyo_mkdev_perm()
899 == TOMOYO_CONFIG_DISABLED) in tomoyo_path2_perm()
Dmount.c196 == TOMOYO_CONFIG_DISABLED) in tomoyo_mount_permission()
Dnetwork.c474 != TOMOYO_CONFIG_DISABLED) { in tomoyo_inet_entry()
549 != TOMOYO_CONFIG_DISABLED) { in tomoyo_unix_entry()
Dutil.c982 return TOMOYO_CONFIG_DISABLED; in tomoyo_get_mode()
Dcommon.h145 TOMOYO_CONFIG_DISABLED, enumerator
Dcommon.c14 [TOMOYO_CONFIG_DISABLED] = "disabled",
500 ptr->default_config = TOMOYO_CONFIG_DISABLED | in tomoyo_assign_profile()