diff options
Diffstat (limited to 'container/seccomp/syscall_extra_linux_amd64.go')
| -rw-r--r-- | container/seccomp/syscall_extra_linux_amd64.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/container/seccomp/syscall_extra_linux_amd64.go b/container/seccomp/syscall_extra_linux_amd64.go index 4b83a876..75e84b68 100644 --- a/container/seccomp/syscall_extra_linux_amd64.go +++ b/container/seccomp/syscall_extra_linux_amd64.go @@ -4,15 +4,9 @@ package seccomp #cgo linux pkg-config: --static libseccomp #include <seccomp.h> -#include <sys/personality.h> */ import "C" -const ( - PER_LINUX = C.PER_LINUX - PER_LINUX32 = C.PER_LINUX32 -) - var syscallNumExtra = map[string]int{ "umount": SYS_UMOUNT, "subpage_prot": SYS_SUBPAGE_PROT, |
