projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6552f31
)
umdns: add syscalls needed on Aarch64
author
Daniel Golle
<
[email protected]
>
Fri, 19 Mar 2021 22:32:12 +0000
(22:32 +0000)
committer
Hauke Mehrtens
<
[email protected]
>
Sun, 18 Apr 2021 10:05:08 +0000
(12:05 +0200)
Now that ujail supports seccomp also on Aarch64, add missing syscall
'fstat' to the list of allowed syscalls.
Signed-off-by: Daniel Golle <
[email protected]
>
(cherry picked from commit
d28880cdd86e10142fd86936f5da188eaeeaf9eb
)
package/network/services/umdns/files/umdns.json
patch
|
blob
|
history
diff --git
a/package/network/services/umdns/files/umdns.json
b/package/network/services/umdns/files/umdns.json
index 14affd776c5fa9e772389899740b6c01c1058271..4d5ed886d0dc3badf0f4844d49b15cdf7bf03edd 100644
(file)
--- a/
package/network/services/umdns/files/umdns.json
+++ b/
package/network/services/umdns/files/umdns.json
@@
-24,6
+24,7
@@
"pipe",
"poll",
"fcntl64",
+ "fstat",
"epoll_create",
"epoll_create1",
"epoll_ctl",