diff --git a/pkg/ns/ns.go b/pkg/ns/ns.go index 4f0814f1..ea848224 100644 --- a/pkg/ns/ns.go +++ b/pkg/ns/ns.go @@ -24,7 +24,7 @@ import ( var setNsMap = map[string]uintptr{ "386": 346, "amd64": 308, - "arm": 374, + "arm": 375, } // SetNS sets the network namespace on a target file.