summaryrefslogtreecommitdiff
path: root/lib-src/seccomp-filter.c
AgeCommit message (Expand)Author
2026-05-26ARRAYELTS → countofPaul Eggert
2026-03-25Allow retrieving scheduler information in seccomp (bug#80656)Pip Cet
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-06-27Port varargs macros better to C99Paul Eggert
2025-04-19Fix seccomp-filter for newer Linux kernelsWerner Fink
2025-01-01Update copyright year to 2025Paul Eggert
2024-01-20Be more systematic about parens in C source codePaul Eggert
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-09Support newer glib versions (Bug#59061)Philipp Stephani
2022-10-11Add gettid to seccomp-filterPhilipp Stephani
2022-10-10Port bwrap/allows-stdout test to Ubuntu 22.04.1Paul Eggert
2022-10-02Don’t truncate seccomp-filter diagnosticPaul Eggert
2022-10-02Prefer static_assert to verify in seccomp-filterPaul Eggert
2022-09-28Port better to C23 bool+true+false keywordsPaul Eggert
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