Re: [libvirt] [PATCH] network: avoid trying to create global firewall rules if unprivileged

2019-03-19 Thread Michal Privoznik
On 3/13/19 5:24 PM, Daniel P. Berrangé wrote: The unprivileged libvirtd does not have permission to create firewall rules, or bridge devices, or do anything to the host network in general. Historically we still activate the network driver though and let the network start API call fail. The start

Re: [libvirt] [PATCH] network: avoid trying to create global firewall rules if unprivileged

2019-03-19 Thread Daniel P . Berrangé
ping On Wed, Mar 13, 2019 at 04:24:02PM +, Daniel P. Berrangé wrote: > The unprivileged libvirtd does not have permission to create firewall > rules, or bridge devices, or do anything to the host network in > general. Historically we still activate the network driver though and > let the netwo

[libvirt] [PATCH] network: avoid trying to create global firewall rules if unprivileged

2019-03-13 Thread Daniel P . Berrangé
The unprivileged libvirtd does not have permission to create firewall rules, or bridge devices, or do anything to the host network in general. Historically we still activate the network driver though and let the network start API call fail. The startup code path which reloads firewall rules on act