From f0dc83b762bd2645aef975ab01e33b8d69c68840 Mon Sep 17 00:00:00 2001 From: Ansis Atteka Date: Fri, 2 Oct 2015 16:46:40 -0700 Subject: [PATCH] RHEL: create /etc/openvswitch directory 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 vSwitch is not able to start under SElinux enforcing mode (which is default on CentOS by the way). Signed-off-by: Ansis Atteka Ackedy-by: Kyle Mestery Acked-by: Flavio Leitner --- rhel/openvswitch.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rhel/openvswitch.spec.in b/rhel/openvswitch.spec.in index 0ec65be9a..4a2076c86 100644 --- a/rhel/openvswitch.spec.in +++ b/rhel/openvswitch.spec.in @@ -120,6 +120,7 @@ exit 0 %files %defattr(-,root,root) +%dir /etc/openvswitch /etc/bash_completion.d/ovs-appctl-bashcomp.bash /etc/bash_completion.d/ovs-vsctl-bashcomp.bash /etc/init.d/openvswitch -- 2.20.1