summaryrefslogtreecommitdiff
path: root/lib-src/seccomp-filter.c
Commit message (Expand)AuthorAge
* Be more systematic about parens in C source codePaul Eggert2024-01-20
* ; Add 2024 to copyright yearsPo Lu2024-01-02
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Support newer glib versions (Bug#59061)Philipp Stephani2022-12-09
* Add gettid to seccomp-filterPhilipp Stephani2022-10-11
* Port bwrap/allows-stdout test to Ubuntu 22.04.1Paul Eggert2022-10-10
* Don’t truncate seccomp-filter diagnosticPaul Eggert2022-10-02
* Prefer static_assert to verify in seccomp-filterPaul Eggert2022-10-02
* Port better to C23 bool+true+false keywordsPaul Eggert2022-09-28
* Do not include <attribute.h> from <config.h>Paul Eggert2022-03-08
* * lib-src/seccomp-filter.c (main): Use faccessat2 only if defined.Andreas Schwab2022-03-05
* Seccomp: improve support for newer versions of glibc (Bug#51073)Philipp Stephani2022-01-22
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Fix Seccomp filter for newer GNU/Linux systems (Bug#51073).Philipp Stephani2021-10-09
* Improve compatibility with musl-libc (Bug#48789)Philipp Stephani2021-08-29
* Ensure that argument to 'verify' is a constant expression.Philipp Stephani2021-04-22
* Seccomp filter: deal with arch_prctl(ARCH_CET_STATUS, ...).Philipp Stephani2021-04-19
* Fix Seccomp filter on CentOS 8.3 (Bug#47828).Philipp Stephani2021-04-18
* * lib-src/seccomp-filter.c: Add missing headers.Philipp Stephani2021-04-12
* Add a variant of the Seccomp filter file that allows 'execve'.Philipp Stephani2021-04-11
* * lib-src/seccomp-filter.c (main): Also allow O_NOFOLLOW.Philipp Stephani2021-04-11
* Seccomp filter: allow reading the current time (Bug#47708).Philipp Stephani2021-04-11
* Remove SCMP_FLTATR_CTL_LOG attribute from Seccomp filter.Philipp Stephani2021-04-11
* * lib-src/seccomp-filter.c: Print trailing newline.Philipp Stephani2021-04-11
* ; Fix copyright yearsGlenn Morris2021-04-10
* Add a helper binary to create a basic Secure Computing filter.Philipp Stephani2021-04-10