projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2222f7
)
umdns: add missing syscalls to seccomp filter
author
Ronny Kotzschmar
<ro.ok@me.com>
Thu, 7 Oct 2021 13:28:13 +0000
(15:28 +0200)
committer
Paul Spooren
<mail@aparcar.org>
Fri, 8 Oct 2021 09:21:59 +0000
(23:21 -1000)
The 'mmap', 'mmap2', 'munmap' syscalls are missing.
Found with 'utrace /usr/sbin/umdns'.
Signed-off-by: Ronny Kotzschmar <ro.ok@me.com>
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 5533b7c5121ae9be2ccf45934e0e7e3d1174e9c8..aa9f49fa3209d1738d19598876c5d3f320f597ce 100644
(file)
--- a/
package/network/services/umdns/files/umdns.json
+++ b/
package/network/services/umdns/files/umdns.json
@@
-20,6
+20,9
@@
"fstat",
"getsockname",
"ioctl",
+ "mmap",
+ "mmap2",
+ "munmap",
"open",
"openat",
"pipe",