]> git.eshelyaron.com Git - emacs.git/commit
Don't attempt to generate Seccomp filter file in Linux < 4.14.
authorPhilipp Stephani <phst@google.com>
Sun, 11 Apr 2021 17:35:39 +0000 (19:35 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 11 Apr 2021 18:46:59 +0000 (20:46 +0200)
commit9a57897ea1a125782ff332814d3f978c38162cf8
tree1b87bc226702f6ac1b6640c0cadb8cf880ff9673
parentea5ea09244b762008bba509d8c58bad5835fb949
Don't attempt to generate Seccomp filter file in Linux < 4.14.

Only Linux 4.14 and later contain the required support for
SECCOMP_RET_KILL_PROCESS.

* lib-src/Makefile.in (SECCOMP_FILTER): Define only if we run at least
Linux 4.14.
lib-src/Makefile.in