netblue30 / fdns

Firejail DNS-over-HTTPS Proxy Server
GNU General Public License v3.0
115 stars 29 forks source link

Update resolver.seccomp for kernel 5.11 #60

Closed shiraneyo closed 3 years ago

shiraneyo commented 3 years ago

Add extra functions to seccomp filter to allow fdns to run on ArchLinux with kernel v5.11

Without the extra two functions in resolver.seccomp, fdns refuses to start on my Arch Linux machine running the 5.11 kernel and throws the following error:

"Error: fdns resolver process 0 killed by seccomp - syscall 270 (pselect6)"

netblue30 commented 3 years ago

Thanks for the patch!