mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
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>
6 lines
163 B
Plaintext
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"
|