aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/common_linux.h')
-rw-r--r--executor/common_linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common_linux.h b/executor/common_linux.h
index 13bc71011..de9db05ff 100644
--- a/executor/common_linux.h
+++ b/executor/common_linux.h
@@ -2782,7 +2782,7 @@ static void setup_binfmt_misc()
#if SYZ_EXECUTOR || SYZ_ENABLE_KCSAN
static void setup_kcsan()
{
- if (!write_file("/proc/kcsaninfo", "on"))
+ if (!write_file("/sys/kernel/debug/kcsan", "on"))
fail("failed to enable KCSAN");
}
#endif