Re: [PATCH wayland v4] server: Add a socket with an existing fd

2016-01-11 Thread Marek Chalupa
On 12/18/2015 02:08 AM, Bryce Harrington wrote: This adds functionality to allow system-level control over handing out file descriptors for sockets, to allow tighter security when running a Wayland compositor under a Wayland session server. Signed-off-by: Bryce Harrington Cc: Sung-Jin Park C

Re: [PATCH wayland v4] server: Add a socket with an existing fd

2015-12-18 Thread Pekka Paalanen
On Thu, 17 Dec 2015 17:08:19 -0800 Bryce Harrington wrote: > This adds functionality to allow system-level control over handing out > file descriptors for sockets, to allow tighter security when running a > Wayland compositor under a Wayland session server. Hi Bryce, this is looking good. Commi

[PATCH wayland v4] server: Add a socket with an existing fd

2015-12-17 Thread Bryce Harrington
This adds functionality to allow system-level control over handing out file descriptors for sockets, to allow tighter security when running a Wayland compositor under a Wayland session server. Signed-off-by: Bryce Harrington Cc: Sung-Jin Park Cc: Sangjin Lee --- v2: + Drop tab corrections +