Re: [ovs-dev] [PATCH] lib: allow group access to Unix domain sockets

2015-11-09 Thread Andy Zhou
On Fri, Nov 6, 2015 at 5:51 PM, Ansis Atteka wrote: > > > On 10 October 2015 at 01:10, Andy Zhou wrote: >> >> By default, Unix domain sockets are created with file system permission >> mode of 0700. Only the process of the belongs to the same user can > > How about: > s/Only the process of the be

Re: [ovs-dev] [PATCH] lib: allow group access to Unix domain sockets

2015-11-06 Thread Ansis Atteka
On 10 October 2015 at 01:10, Andy Zhou wrote: > By default, Unix domain sockets are created with file system permission > mode of 0700. Only the process of the belongs to the same user can > How about: s/Only the process of the belongs to the same user/This means that only processes that run unde