Add more seccomp syscalls

This commit is contained in:
2016-02-17 18:15:04 +01:00
parent 3f69fdc7fb
commit 3152fbf947
3 changed files with 35 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ else
CFLAGS += -O2
endif
ifneq ($(DISABLE_SECCOMP),)
ifeq ($(USE_SECCOMP),1)
CFLAGS += -DUSE_SECCOMP=1
LDFLAGS += -lseccomp
endif