Bugzilla – Bug 1217470
SELinux prevents virsh net-start
Last modified: 2023-11-24 08:53:06 UTC
Created attachment 870960 [details] avc after the denial happens On the current Tumbleweed 20231122 with SELinux in enforcing mode, starting a libvirt network fails with the permission to iptables being denied: > # virsh net-start default > error: Failed to start network default > error: internal error: Failed to apply firewall rules /sbin/iptables -w --table filter --insert LIBVIRT_INP --in-interface virbr0 --protocol tcp --destination-port 67 --jump ACCEPT: libvirt: error : cannot execute binary /sbin/iptables: Permission denied The issue could be present for some weeks already. I'm attaching also the output of `ausearch -ts boot -m avc` as avc.txt
Sorry, wrong bug. Duplicate of bug 1216903
yes, its a duplicate of 1216903 *** This bug has been marked as a duplicate of bug 1216903 ***
Yes indeed, thank you!