aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorPhilipp Stephani2020-12-17 11:20:55 +0100
committerPhilipp Stephani2021-04-10 21:01:46 +0200
commitf3a7536aa29e6690c66f69174079ba51d40c0443 (patch)
tree5f16989652dc6294245f5dc767bbf51cfd9a7983 /test/Makefile.in
parent2d17e0124e4232db6344b18cec466eb31920e675 (diff)
downloademacs-scratch/seccomp-helper-binary.tar.gz
emacs-scratch/seccomp-helper-binary.zip
Add a helper binary to create a basic Secure Computing filter.scratch/seccomp-helper-binary
The binary uses the 'seccomp' helper library. The library isn't needed to load the generated Secure Computing filter. * configure.ac: Check for 'seccomp' header and library. * lib-src/seccomp-filter.c: New helper binary to generate a generic Secure Computing filter for GNU/Linux. * lib-src/Makefile.in (DONT_INSTALL): Add 'seccomp-filter' helper binary if possible. (all): Add Secure Computing filter file if possible. (seccomp-filter$(EXEEXT)): Compile helper binary. (seccomp-filter.bpf seccomp-filter.pfc): Generate filter files. * test/src/emacs-tests.el (emacs-tests/seccomp/allows-stdout) (emacs-tests/seccomp/forbids-subprocess): New unit tests. * test/Makefile.in (src/emacs-tests.log): Add dependency on the helper binary.
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index ba354289e28..91a8ea141c3 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -276,6 +276,8 @@ $(test_module): $(test_module:${SO}=.c) ../src/emacs-module.h
276 $(srcdir)/../lib/timespec.c $(srcdir)/../lib/gettime.c 276 $(srcdir)/../lib/timespec.c $(srcdir)/../lib/gettime.c
277endif 277endif
278 278
279src/emacs-tests.log: ../lib-src/seccomp-filter.c
280
279## Check that there is no 'automated' subdirectory, which would 281## Check that there is no 'automated' subdirectory, which would
280## indicate an incomplete merge from an older version of Emacs where 282## indicate an incomplete merge from an older version of Emacs where
281## the tests were arranged differently. 283## the tests were arranged differently.