1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-20 14:38:20 +02:00
openwrt/package
Daniel Golle 00a85a1634
umdns: add missing syscalls to seccomp filter
Looks like 'openat', 'pipe2' and 'ppoll' are now needed, possibly due
to changes on libraries used by umdns now using slightly different
calls.

Found using
/etc/init.d/umdns trace
now use umdns, ie. cover all ubus call etc., then
/etc/init.d/umdns stop
find list of syscalls traced in /tmp/umdns.*.json

Fixes: FS#3355 ("UMDNS: does not start on master with seccomp")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-04-10 17:36:03 +01:00
..
base-files base-files: fix status display command 2021-04-03 18:56:02 +02:00
boot uboot-envtools: oxnas: drop redundant space after case keywords 2021-04-10 15:18:48 +02:00
devel binutils: fix libbfd missing DSO dependency if NLS enabled 2021-04-03 18:56:02 +02:00
firmware ipq40xx: add MikroTik hAP ac2 support 2021-04-05 04:13:28 +02:00
kernel mt76: update to the latest version 2021-04-07 10:59:11 +02:00
libs libcap: bump to 2.48 2021-04-05 18:20:45 +03:00
network umdns: add missing syscalls to seccomp filter 2021-04-10 17:36:03 +01:00
system zram-swap: bail out early if the kernel doesn't support swap 2021-04-03 18:57:13 +02:00
utils firmware-utils: bcm4908img: convert into a package 2021-04-08 10:50:59 +02:00
Makefile