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

Kyle Mestery mestery at mestery.com
Mon Oct 5 01:20:21 UTC 2015


On Sun, Oct 4, 2015 at 5:20 PM, Ansis Atteka <aatteka at nicira.com> 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 vSwitch is not able to start under
> SElinux enforcing mode (which is default on CentOS by the way).
>
> Signed-off-by: Ansis Atteka <aatteka at nicira.com>
> ---
>  rhel/openvswitch.spec.in | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/rhel/openvswitch.spec.in b/rhel/openvswitch.spec.in
> index 0ec65be..4a2076c 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.1.4
>
>
Ackedy-by: Kyle Mestery <mestery at mestery.com>


> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
>



More information about the dev mailing list