Re: [PATCH wayland v2 1/5] server: Add new api for add socket for fd

2015-12-02 Thread Pekka Paalanen
On Wed, 2 Dec 2015 10:51:21 +0200 Pekka Paalanen wrote: > Hi, > > I don't really understand the underlying use case, but I can imagine > adding listening sockects to wl_display by fd being useful, so I have > no objections to this feature in general. > > More below. > > > On Mon, 23 Nov 2015

Re: [PATCH wayland v2 1/5] server: Add new api for add socket for fd

2015-12-02 Thread Pekka Paalanen
Hi, I don't really understand the underlying use case, but I can imagine adding listening sockects to wl_display by fd being useful, so I have no objections to this feature in general. More below. On Mon, 23 Nov 2015 19:59:19 -0800 Bryce Harrington wrote: > From: Sangjin Lee > > Currently t

[PATCH wayland v2 1/5] server: Add new api for add socket for fd

2015-11-23 Thread Bryce Harrington
From: Sangjin Lee Currently the server can add a socket by name. To support an embedded compositor in a Simplified Mandatory Access Control Kernel (Smack) enabled environment, the embedded compositor should use the socket that it gets from the system or session compositor. Signed-off-by: Sangji