summaryrefslogtreecommitdiff
path: root/lib-src/seccomp-filter.c
AgeCommit message (Expand)Author
2022-03-08Do 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-22Seccomp: improve support for newer versions of glibc (Bug#51073)Philipp Stephani
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-10-09Fix Seccomp filter for newer GNU/Linux systems (Bug#51073).Philipp Stephani
2021-08-29Improve compatibility with musl-libc (Bug#48789)Philipp Stephani
2021-04-22Ensure that argument to 'verify' is a constant expression.Philipp Stephani
2021-04-19Seccomp filter: deal with arch_prctl(ARCH_CET_STATUS, ...).Philipp Stephani
2021-04-18Fix 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-11Add 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-11Seccomp filter: allow reading the current time (Bug#47708).Philipp Stephani
2021-04-11Remove 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 yearsGlenn Morris
2021-04-10Add a helper binary to create a basic Secure Computing filter.Philipp Stephani