Add first seccomp implementation

This commit is contained in:
2016-02-04 20:39:50 +01:00
parent 1b72bc86f2
commit feb89ff6b3
2 changed files with 30 additions and 1 deletions

View File

@@ -11,6 +11,11 @@ else
CFLAGS += -O2
endif
ifneq ($(DISABLE_SECCOMP),)
CFLAGS += -DUSE_SECCOMP=1
LDFLAGS += -lseccomp
endif
all: $(BIN_DIR) ip_data.c $(TARGET)
$(BIN_DIR):