1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 22:18:16 +02:00
openwrt/package/network/services/umdns/files
Chen Minqiang 31cca8f8d3 umdns: add missing syscall to seccomp filter
There is some syscall missing:
'getdents64'
'getrandom'
'statx'
'newfstatat'

Found with:
'mkdir /etc/umdns; ln -s /tmp/1.json /etc/umdns/; utrace /usr/sbin/umdns'

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
2022-08-05 14:10:42 +02:00
..
umdns.config
umdns.init umdns: add check for seccomp list 2020-11-30 10:38:13 +00:00
umdns.json umdns: add missing syscall to seccomp filter 2022-08-05 14:10:42 +02:00