From 24dd6026cab83b17bbf727feb07ced35fe75bb75 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 27 Aug 2015 02:39:20 -0400 Subject: security: pregen seccomp bpf programs Since the bpf programs are the same across runs, generate it ahead of time. This way we don't have to link against libseccomp and run the library calls at runtime which helps cut out most overhead. Signed-off-by: Mike Frysinger --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 553ea89..a6bf3ba 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,7 @@ core /pspax /scanelf /scanmacho +/seccomp-bpf /symtree /man/*.1 -- cgit v1.2.3-65-gdbad