projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d551b1
)
seccomp-util: add recently added new syscalls to various seccomp groups, as appropriate
author
Lennart Poettering
<lennart@poettering.net>
Thu, 12 Sep 2024 12:20:01 +0000
(14:20 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Thu, 12 Sep 2024 12:25:42 +0000
(14:25 +0200)
src/shared/seccomp-util.c
patch
|
blob
|
history
diff --git
a/src/shared/seccomp-util.c
b/src/shared/seccomp-util.c
index c047aa22887d6bd2c0d915d9fcfe0b7bf62bd013..1cd662513b8a48eec56a65691abfd75c3e2c3161 100644
(file)
--- a/
src/shared/seccomp-util.c
+++ b/
src/shared/seccomp-util.c
@@
-362,6
+362,7
@@
const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
"mmap\0"
"mmap2\0"
"mprotect\0"
+ "mseal\0"
"munmap\0"
"nanosleep\0"
"pause\0"
@@
-506,6
+507,7
@@
const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
"lgetxattr\0"
"link\0"
"linkat\0"
+ "listmount\0"
"listxattr\0"
"llistxattr\0"
"lremovexattr\0"
@@
-536,6
+538,7
@@
const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
"stat64\0"
"statfs\0"
"statfs64\0"
+ "statmount\0"
"statx\0"
"symlink\0"
"symlinkat\0"