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
2026-05-26
ARRAYELTS → countof
Paul Eggert
2026-03-25
Allow retrieving scheduler information in seccomp (bug#80656)
Pip Cet
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-06-27
Port varargs macros better to C99
Paul Eggert
2025-04-19
Fix seccomp-filter for newer Linux kernels
Werner Fink
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-01-20
Be more systematic about parens in C source code
Paul Eggert
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-12-09
Support newer glib versions (Bug#59061)
Philipp Stephani
2022-10-11
Add gettid to seccomp-filter
Philipp Stephani
2022-10-10
Port bwrap/allows-stdout test to Ubuntu 22.04.1
Paul Eggert
2022-10-02
Don’t truncate seccomp-filter diagnostic
Paul Eggert
2022-10-02
Prefer static_assert to verify in seccomp-filter
Paul Eggert
2022-09-28
Port better to C23 bool+true+false keywords
Paul Eggert
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