Re: [ovs-dev] [PATCH 3/3] RHEL: create /etc/openvswitch directory

2015-10-06 Thread Flavio Leitner
On Sun, Oct 04, 2015 at 03:20:10PM -0700, Ansis Atteka wrote: > This directory needs to be created by the package manager > because ovs-ctl is being invoked from SElinux openvswitch > domain that does not have enough privileges to create > directories under /etc on its own. > > Without this patch

Re: [ovs-dev] [PATCH 3/3] RHEL: create /etc/openvswitch directory

2015-10-04 Thread Kyle Mestery
On Sun, Oct 4, 2015 at 5:20 PM, Ansis Atteka wrote: > This directory needs to be created by the package manager > because ovs-ctl is being invoked from SElinux openvswitch > domain that does not have enough privileges to create > directories under /etc on its own. > > Without this patch Open vSwi