1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-21 18:03:41 +03:00

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)
(cherry picked from commit 3eb4dc295ae9b853450e4823c8be7dbf8ccdbd43)
(cherry picked from commit cb09a479dedf84c7e9a43c976066557de943fabe)
(cherry picked from commit 425fc95880723ba3402b54b6610bf267004df955)
This commit is contained in:
Lennart Poettering 2021-07-27 17:10:21 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent f17e537743
commit c31b7cd10b

View File

@ -834,7 +834,6 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
"get_mempolicy\0" "get_mempolicy\0"
"getcpu\0" "getcpu\0"
"getpriority\0" "getpriority\0"
"getrandom\0"
"ioctl\0" "ioctl\0"
"ioprio_get\0" "ioprio_get\0"
"kcmp\0" "kcmp\0"