Browse Source

seecomp : fix x86 __X32_SYSCALL_BIT

pull/127/head
bol-van 2 years ago
parent
commit
619222b86e
  1. BIN
      binaries/x86/nfqws
  2. BIN
      binaries/x86/tpws
  3. BIN
      binaries/x86_64/nfqws
  4. BIN
      binaries/x86_64/tpws
  5. BIN
      binaries/x86_64/tpws_wsl.tgz
  6. 2
      nfq/sec.c
  7. 2
      tpws/sec.c

BIN
binaries/x86/nfqws

Binary file not shown.

BIN
binaries/x86/tpws

Binary file not shown.

BIN
binaries/x86_64/nfqws

Binary file not shown.

BIN
binaries/x86_64/tpws

Binary file not shown.

BIN
binaries/x86_64/tpws_wsl.tgz

Binary file not shown.

2
nfq/sec.c

@ -13,6 +13,8 @@
#include <sys/syscall.h>
#include <linux/seccomp.h>
#include <linux/filter.h>
// __X32_SYSCALL_BIT defined in linux/unistd.h
#include <linux/unistd.h>
#include <syscall.h>
#include <errno.h>

2
tpws/sec.c

@ -13,6 +13,8 @@
#include <sys/syscall.h>
#include <linux/seccomp.h>
#include <linux/filter.h>
// __X32_SYSCALL_BIT defined in linux/unistd.h
#include <linux/unistd.h>
#include <syscall.h>
#include <errno.h>

Loading…
Cancel
Save