From 06b0f6d323c396ca1df000af96fdd07cc69b06e0 Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Thu, 23 Mar 2023 17:06:00 +0100 Subject: filter: add logging mode The logging mode creates a BPF filter where all the syscalls trigger a notification to the seccomp notifier. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 79155e0..4b59853 100644 --- a/Makefile +++ b/Makefile @@ -25,8 +25,8 @@ bpf_dbg: disasm.c disasm.h bpf_dbg.c seitan-eater: eater.c common.h common.c $(CC) $(CFLAGS) -o seitan-eater eater.c common.c -seitan: seitan.c transform.h common.h common.c - $(CC) $(CFLAGS) -o seitan seitan.c common.c +seitan: seitan.c transform.h common.h common.c operations.c + $(CC) $(CFLAGS) -o seitan seitan.c common.c operations.c numbers.h: ./nr_syscalls.sh -- cgit v1.2.3