Skip to content

Commit

Permalink
umdns: add missing syscall to seccomp filter
Browse files Browse the repository at this point in the history
The 'clock_gettime64', syscall is missing.
Found with 'utrace /usr/sbin/umdns' on an R7800.

Signed-off-by: Michael Peleshenko <mpeleshenko@gmail.com>
  • Loading branch information
mpeleshenko authored and chunkeey committed Oct 23, 2021
1 parent dbb4c47 commit 40c18e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/network/services/umdns/files/umdns.json
Expand Up @@ -6,6 +6,7 @@
"bind",
"brk",
"clock_gettime",
"clock_gettime64",
"close",
"connect",
"epoll_create",
Expand Down

0 comments on commit 40c18e9

Please sign in to comment.