From: Angus Lees Date: Fri, 13 May 2016 07:18:39 +0000 (+1000) Subject: pkg/ns: use correct syscall number on arm X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=5978cf8b8832cce492d6c0ff8246a5d82ddc57c0;p=plugins.git pkg/ns: use correct syscall number on arm --- diff --git a/ns/ns.go b/ns/ns.go index 4f0814f..ea84822 100644 --- a/ns/ns.go +++ b/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.