index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib-src
/
seccomp-filter.c
Age
Commit message (
Expand
)
Author
2022-03-08
Do not include <attribute.h> from <config.h>
Paul Eggert
2022-03-05
* lib-src/seccomp-filter.c (main): Use faccessat2 only if defined.
Andreas Schwab
2022-01-22
Seccomp: improve support for newer versions of glibc (Bug#51073)
Philipp Stephani
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-10-09
Fix Seccomp filter for newer GNU/Linux systems (Bug#51073).
Philipp Stephani
2021-08-29
Improve compatibility with musl-libc (Bug#48789)
Philipp Stephani
2021-04-22
Ensure that argument to 'verify' is a constant expression.
Philipp Stephani
2021-04-19
Seccomp filter: deal with arch_prctl(ARCH_CET_STATUS, ...).
Philipp Stephani
2021-04-18
Fix Seccomp filter on CentOS 8.3 (Bug#47828).
Philipp Stephani
2021-04-12
* lib-src/seccomp-filter.c: Add missing headers.
Philipp Stephani
2021-04-11
Add a variant of the Seccomp filter file that allows 'execve'.
Philipp Stephani
2021-04-11
* lib-src/seccomp-filter.c (main): Also allow O_NOFOLLOW.
Philipp Stephani
2021-04-11
Seccomp filter: allow reading the current time (Bug#47708).
Philipp Stephani
2021-04-11
Remove SCMP_FLTATR_CTL_LOG attribute from Seccomp filter.
Philipp Stephani
2021-04-11
* lib-src/seccomp-filter.c: Print trailing newline.
Philipp Stephani
2021-04-10
; Fix copyright years
Glenn Morris
2021-04-10
Add a helper binary to create a basic Secure Computing filter.
Philipp Stephani