summaryrefslogtreecommitdiffstats
path: root/src/shared/seccomp-util.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-07-27 17:10:21 +0200
committerLennart Poettering <lennart@poettering.net>2021-07-27 17:13:53 +0200
commit67347f37407489a68e12da8f75b78ae1d1168de9 (patch)
treef500ed269c05f366bda9d85370ee5fa10cefce4e /src/shared/seccomp-util.c
parentmeson: add a missing versiondep to libcryptsetup-plugins target (diff)
downloadsystemd-67347f37407489a68e12da8f75b78ae1d1168de9.tar.xz
systemd-67347f37407489a68e12da8f75b78ae1d1168de9.zip
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
Diffstat (limited to '')
-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"