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

2016-10-03 Thread Daniele Di Proietto
A couple of minor things I noticed while trying the patch 2016-08-19 16:48 GMT-07:00 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 standar

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

2016-08-19 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