On Sun, Nov 29, 2015 at 04:17:07PM -0800, Ben Pfaff wrote:
> On Thu, Nov 26, 2015 at 09:14:34PM -0200, Flavio Leitner wrote:
> > On Fri, Nov 20, 2015 at 03:33:16AM -0800, Andy Zhou wrote:
> > > Allow ovs-ctl to take --user=USER[:GROUP] option. When this option
> > > is specified, they will be parsed and set into shell variables
> > > $OVS_USER and $OVS_GROUP, which will be used by other shell functions,
> > > such as start_daemon() to run OVS daemons under the specified user.
> > 
> > I understand we can do chown [USER][:GROUP]] but it would be simpler
> > to just have --user=USER and --group=GROUP.
> > 
> > Also, I am not sure about having --user=$not_root and --group=root
> > Maybe the default should be GROUP=USER?
> 
> As I read the code, that is the default.  No?

You're correct.

fbl


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

Reply via email to