Re: [PATCH weston] launcher-util: Force all weston_launcher_open()s to use O_CLOEXEC

2015-05-15 Thread Pekka Paalanen
On Fri, 1 May 2015 11:46:36 -0500 Derek Foreman wrote: > Really, there's pretty much no time we'd ever want O_CLOEXEC unset, > as it will likely result in leaking fds to processes that aren't > interested in them or shouldn't have them. > > This also removes the (now unused) code from weston_lo

[PATCH weston] launcher-util: Force all weston_launcher_open()s to use O_CLOEXEC

2015-05-01 Thread Derek Foreman
Really, there's pretty much no time we'd ever want O_CLOEXEC unset, as it will likely result in leaking fds to processes that aren't interested in them or shouldn't have them. This also removes the (now unused) code from weston_logind_open() that could drop O_CLOEXEC. Signed-off-by: Derek Foreman