Re: [ovs-dev] [PATCH v2 1/2] chutil: introduce a new change-utils lib

2016-06-03 Thread Aaron Conole
Ben Pfaff writes: > On Fri, May 20, 2016 at 04:32:05PM -0400, Aaron Conole wrote: >> It will be useful in the future to be able to set ownership and permissions >> on files which Open vSwitch creates. Allowing the specification of such >> ownership and permissions using the standard user:group, u

Re: [ovs-dev] [PATCH v2 1/2] chutil: introduce a new change-utils lib

2016-06-02 Thread Ben Pfaff
On Fri, May 20, 2016 at 04:32:05PM -0400, Aaron Conole wrote: > It will be useful in the future to be able to set ownership and permissions > on files which Open vSwitch creates. Allowing the specification of such > ownership and permissions using the standard user:group, uog+-rwxs, and > numerical

[ovs-dev] [PATCH v2 1/2] chutil: introduce a new change-utils lib

2016-05-20 Thread Aaron Conole
It will be useful in the future to be able to set ownership and permissions on files which Open vSwitch creates. Allowing the specification of such ownership and permissions using the standard user:group, uog+-rwxs, and numerical forms commonly associated with those actions. This patch introduces