From: Lennart Poettering Date: Tue, 27 Jul 2021 15:10:21 +0000 (+0200) Subject: seccomp: drop getrandom() from @system-service X-Git-Tag: v250-rc1~914^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67347f37407489a68e12da8f75b78ae1d1168de9;p=thirdparty%2Fsystemd.git 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 --- diff --git a/src/shared/seccomp-util.c b/src/shared/seccomp-util.c index cad0af89f26..703d5a939ce 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"