Re: [ovs-dev] [PATCH] ovs-ctl: allow passing user:group to daemons

2017-02-24 Thread Andy Zhou
On Tue, Feb 21, 2017 at 2:31 PM, Aaron Conole wrote: > The Open vSwitch daemons allow passing --user user[:group] to allow > spawning under different user privileges. ovs-ctl now accepts --ovs-user > in the same form to pass this argument on, as well as create databases and >

Re: [ovs-dev] [PATCH] ovs-ctl: allow passing user:group to daemons

2017-02-22 Thread Markos Chandras
On 02/21/2017 10:31 PM, Aaron Conole wrote: > The Open vSwitch daemons allow passing --user user[:group] to allow > spawning under different user privileges. ovs-ctl now accepts --ovs-user > in the same form to pass this argument on, as well as create databases and > data directories with the

[ovs-dev] [PATCH] ovs-ctl: allow passing user:group to daemons

2017-02-21 Thread Aaron Conole
The Open vSwitch daemons allow passing --user user[:group] to allow spawning under different user privileges. ovs-ctl now accepts --ovs-user in the same form to pass this argument on, as well as create databases and data directories with the appropriate privileges. Signed-off-by: Aaron Conole