1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-17 02:15:14 -07:00
emacs/lib-src
Philipp Stephani b497add971 Fix Seccomp filter for newer GNU/Linux systems (Bug#51073).
On some systems, process startup calls prctl(PR_CAPBSET_READ) via
'cap_get_bound'.  We can just return EINVAL.

* lib-src/seccomp-filter.c (main): Add a rule for
prctl(PR_CAPBSET_READ, ...).
2021-10-09 19:39:31 +02:00
..
ChangeLog.1
COPYING Merge from Gnulib 2017-10-01 18:31:10 -07:00
ctags.c
ebrowse.c
emacsclient.c Simplify socket symlink-attack checking 2021-10-03 11:42:20 -07:00
etags.c ; Fix typos 2021-09-03 13:05:32 +02:00
hexl.c
make-docfile.c
make-fingerprint.c
Makefile.in Fix libexec installation on NS (bug#50250) 2021-08-29 13:09:21 +01:00
movemail.c Pacify gcc 11.1.1 -Wanalyzer-null-argument 2021-07-12 00:12:20 -07:00
ntlib.c
ntlib.h
pop.c
pop.h
rcs2log
README
seccomp-filter.c Fix Seccomp filter for newer GNU/Linux systems (Bug#51073). 2021-10-09 19:39:31 +02:00
update-game-score.c

This directory contains the source code for the architecture-dependent
files that go in ${archlibdir}.  At present, these are mostly utility
programs used by GNU Emacs.