From 4d80c91ea37b6903ca6d5cdb788db6b2f0b44b09 Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Thu, 19 Jan 2023 16:56:28 +0100 Subject: eater: unset O_CLOEXEC for the seccomp notifier fd Preserve the seccomp notifier fd after the exec. In this way, if seitan needs to restat is able to retrive the fd from /proc//fd of the target. Signed-off-by: Alice Frosi --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5d0ca95..4a1b444 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,8 @@ build: build.c filter.c filter.h numbers.h bpf_dbg: disasm.c disasm.h bpf_dbg.c $(CC) $(CFLAGS) -o bpf_dbg bpf_dbg.c disasm.c -seitan-eater: eater.c - $(CC) $(CFLAGS) -o seitan-eater eater.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 -- cgit v1.2.3