cockpit-project / cockpit-machines

Cockpit UI for virtual machines
GNU Lesser General Public License v2.1
289 stars 74 forks source link

test: Change PXE config path to be AppArmor compatible #1658

Closed martinpitt closed 4 months ago

martinpitt commented 4 months ago

At least OpenSUSE's AppArmor config only allows libvirt to access /var/lib/libvirt/dnsmasq/. Use that standard path instead of our custom one.

See https://github.com/cockpit-project/cockpit-machines/pull/1655#discussion_r1618403695

martinpitt commented 4 months ago

Proven to work in #1655