aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/host/host_linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/host/host_linux.go')
-rw-r--r--pkg/host/host_linux.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/host/host_linux.go b/pkg/host/host_linux.go
index da208bbad..a1d5ff1b3 100644
--- a/pkg/host/host_linux.go
+++ b/pkg/host/host_linux.go
@@ -559,7 +559,7 @@ func checkDebugFS() string {
}
func checkKCSAN() string {
- if err := osutil.IsAccessible("/proc/kcsaninfo"); err != nil {
+ if err := osutil.IsAccessible("/sys/kernel/debug/kcsan"); err != nil {
return err.Error()
}
return ""