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.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/host/host_linux.go b/pkg/host/host_linux.go
index 88ecf2d5a..8bd2cc65a 100644
--- a/pkg/host/host_linux.go
+++ b/pkg/host/host_linux.go
@@ -154,6 +154,7 @@ var (
kallsymsRenameMap = map[string]string{
"umount": "oldumount",
"umount2": "umount",
+ "stat": "newstat",
}
trialMu sync.Mutex
trialSupported = make(map[uint64]bool)