index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib-src
/
seccomp-filter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Support newer glib versions (Bug#59061)
Philipp Stephani
2022-12-09
1
-0
/
+2
*
Add gettid to seccomp-filter
Philipp Stephani
2022-10-11
1
-0
/
+1
*
Port bwrap/allows-stdout test to Ubuntu 22.04.1
Paul Eggert
2022-10-10
1
-0
/
+5
*
Don’t truncate seccomp-filter diagnostic
Paul Eggert
2022-10-02
1
-8
/
+5
*
Prefer static_assert to verify in seccomp-filter
Paul Eggert
2022-10-02
1
-12
/
+11
*
Port better to C23 bool+true+false keywords
Paul Eggert
2022-09-28
1
-1
/
+0
*
Do not include <attribute.h> from <config.h>
Paul Eggert
2022-03-08
1
-1
/
+2
*
* lib-src/seccomp-filter.c (main): Use faccessat2 only if defined.
Andreas Schwab
2022-03-05
1
-0
/
+2
*
Seccomp: improve support for newer versions of glibc (Bug#51073)
Philipp Stephani
2022-01-22
1
-0
/
+2
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
Fix Seccomp filter for newer GNU/Linux systems (Bug#51073).
Philipp Stephani
2021-10-09
1
-0
/
+2
*
Improve compatibility with musl-libc (Bug#48789)
Philipp Stephani
2021-08-29
1
-3
/
+6
*
Ensure that argument to 'verify' is a constant expression.
Philipp Stephani
2021-04-22
1
-1
/
+2
*
Seccomp filter: deal with arch_prctl(ARCH_CET_STATUS, ...).
Philipp Stephani
2021-04-19
1
-0
/
+6
*
Fix Seccomp filter on CentOS 8.3 (Bug#47828).
Philipp Stephani
2021-04-18
1
-3
/
+3
*
* lib-src/seccomp-filter.c: Add missing headers.
Philipp Stephani
2021-04-12
1
-0
/
+2
*
Add a variant of the Seccomp filter file that allows 'execve'.
Philipp Stephani
2021-04-11
1
-4
/
+35
*
* lib-src/seccomp-filter.c (main): Also allow O_NOFOLLOW.
Philipp Stephani
2021-04-11
1
-2
/
+2
*
Seccomp filter: allow reading the current time (Bug#47708).
Philipp Stephani
2021-04-11
1
-0
/
+7
*
Remove SCMP_FLTATR_CTL_LOG attribute from Seccomp filter.
Philipp Stephani
2021-04-11
1
-1
/
+0
*
* lib-src/seccomp-filter.c: Print trailing newline.
Philipp Stephani
2021-04-11
1
-1
/
+4
*
; Fix copyright years
Glenn Morris
2021-04-10
1
-1
/
+1
*
Add a helper binary to create a basic Secure Computing filter.
Philipp Stephani
2021-04-10
1
-0
/
+321