netblue30 / firejail

Linux namespaces and seccomp-bpf sandbox
https://firejail.wordpress.com
GNU General Public License v2.0
5.84k stars 568 forks source link

profiles: firecfg.config: disable dnsmasq #6533

Closed kmk3 closed 2 weeks ago

kmk3 commented 3 weeks ago

There are multiple reports in #6121 that dnsmasq does not work when called by libvirt:

$ sudo virsh net-start default
error: Failed to start network default
error: internal error: Child process (VIR_BRIDGE_NAME=virbr0 /usr/local/bin/dnsmasq [...]) unexpected exit status 1: Error: PATH environment variable not set

Also, note that this is a server program, so it might be better to disable it by default anyway.

Reported-by: @marek22k