summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-07-27 17:10:21 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-08-06 16:40:58 +0200
commit9eb9b07c404be8d59a800c70593809a69f0d0e55 (patch)
tree2a8875c00f24db3c9fbf080d53ed96cedc913de2
parent898949f71513da918c4aa94a0681fbc6b868e00f (diff)
downloadsystemd-9eb9b07c404be8d59a800c70593809a69f0d0e55.tar.gz
seccomp: drop getrandom() from @system-service
It's included in @default now, since 14f4b1b568907350d023d1429c1aa4aaa8925f22, and since @system-service pulls that in we can drop it from @system-service. Follow-up for #20191 (cherry picked from commit 67347f37407489a68e12da8f75b78ae1d1168de9)
-rw-r--r--src/shared/seccomp-util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/seccomp-util.c b/src/shared/seccomp-util.c
index cad0af89f2..703d5a939c 100644
--- a/src/shared/seccomp-util.c
+++ b/src/shared/seccomp-util.c
@@ -859,7 +859,6 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
"get_mempolicy\0"
"getcpu\0"
"getpriority\0"
- "getrandom\0"
"ioctl\0"
"ioprio_get\0"
"kcmp\0"