]> git.eshelyaron.com Git - emacs.git/commit
Seccomp: improve support for newer versions of glibc (Bug#51073)
authorPhilipp Stephani <phst@google.com>
Sat, 22 Jan 2022 16:11:37 +0000 (17:11 +0100)
committerPhilipp Stephani <phst@google.com>
Sat, 22 Jan 2022 16:18:50 +0000 (17:18 +0100)
commit6d3608be88e1b30d2d10ee81f14dd485275c20ff
treedadeea204ad6dad93bbd7ac684fca784635361a2
parente58ecd01d51471e7e63d20ee059a5c26251220b7
Seccomp: improve support for newer versions of glibc (Bug#51073)

* lib-src/seccomp-filter.c (main): Allow 'pread64' and 'faccessat2'
system calls.  Newer versions of glibc use these system call (starting
with commits 95c1056962a3f2297c94ce47f0eaf0c5b6563231 and
3d3ab573a5f3071992cbc4f57d50d1d29d55bde2, respectively).
lib-src/seccomp-filter.c