garywill / linux-router

Set Linux as router in one command. Support Internet sharing, redsocks, Wifi hotspot, IPv6. Can also be used for routing VM/containers 🛰️ (也欢迎关注B站 https://space.bilibili.com/2123686105 )
GNU Lesser General Public License v2.1
1.67k stars 148 forks source link

dnsmasq can't read config file #49

Closed flasker closed 1 year ago

flasker commented 1 year ago

After do full-system upgrade in Arch manjaro the script stopped to work

Starting dnsmasq

dnsmasq: cannot read /dev/shm/lnxrouter_tmp/lnxrouter.enp7s0.conf.zZqGYp/dnsmasq.conf: Permission denied

tried to disable apparmor with no luck

flasker commented 1 year ago

I cloned and compile : git clone git://thekelleys.org.uk/dnsmasq.git and change system dnsmasq path in script to new compiled one and it works

thanks in advance