diff options
Diffstat (limited to 'pkg/abi/linux/seccomp.go')
-rw-r--r-- | pkg/abi/linux/seccomp.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pkg/abi/linux/seccomp.go b/pkg/abi/linux/seccomp.go index 5ec01cc4a..785f2f284 100644 --- a/pkg/abi/linux/seccomp.go +++ b/pkg/abi/linux/seccomp.go @@ -33,8 +33,3 @@ const ( SECCOMP_FILTER_FLAG_TSYNC = 1 SECCOMP_GET_ACTION_AVAIL = 2 ) - -const ( - // AUDIT_ARCH_X86_64 is taken from <linux/audit.h>. - AUDIT_ARCH_X86_64 = 0xc000003e -) |