mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-30 02:29:01 +00:00
umdns: add missing syscall to seccomp filter
The 'clock_gettime64', syscall is missing. Found with 'utrace /usr/sbin/umdns' on an R7800. Signed-off-by: Michael Peleshenko <mpeleshenko@gmail.com>
This commit is contained in:
parent
dbb4c47798
commit
40c18e95dc
@ -6,6 +6,7 @@
|
|||||||
"bind",
|
"bind",
|
||||||
"brk",
|
"brk",
|
||||||
"clock_gettime",
|
"clock_gettime",
|
||||||
|
"clock_gettime64",
|
||||||
"close",
|
"close",
|
||||||
"connect",
|
"connect",
|
||||||
"epoll_create",
|
"epoll_create",
|
||||||
|
Loading…
Reference in New Issue
Block a user