]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
seccomp: drop getrandom() from @system-service
authorLennart Poettering <lennart@poettering.net>
Tue, 27 Jul 2021 15:10:21 +0000 (17:10 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 27 Jul 2021 15:13:53 +0000 (17:13 +0200)
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

src/shared/seccomp-util.c

index cad0af89f263f549d295006c85ba639d44a3d968..703d5a939ced429b29ac1512e8db8694d9d1fabd 100644 (file)
@@ -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"