2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 01:51:26 +00:00
ovs/rhel/etc_openvswitch_default.conf
aaron conole 92d53574d5 redhat: allow arbitrary user:group
Under rpm based distributions, the only user:group that the rhel daemons run
as is 'root:root'.  This is fine as a default, but as part of a security
procedure, users may want to run as an alternate uid/gid.  This commit
adds an OVS_USER_ID environment variable for systemd, which defaults to
root:root, but can be overridden by changing the /etc/sysconfig/openvswitch
environment file.

Acked-by: Markos Chandras <mchandras@suse.de>
Signed-off-by: Aaron Conole <aconole@redhat.com>
Signed-off-by: Russell Bryant <russell@ovn.org>
2017-08-08 13:23:51 -04:00

6 lines
163 B
Plaintext

# DO NOT EDIT THIS FILE
# The following is the *default* configuration for the openvswitch user ID.
# This is for backward compatibility.
OVS_USER_ID="root:root"