Skip to content
Snippets Groups Projects
Verified Commit f0d39b22 authored by Derek Foreman's avatar Derek Foreman Committed by Morgane Glidic
Browse files

weston: Set CLOEXEC on stdin


We don't want to leak this into apps launched from the panel.

stdout and stderr are left for now because some things launched
by weston - such as weston-keyboard - share weston's log by
printing to those fds.

I'm singling out stdin because it's never needed by a child process
and because it's value is 0, which makes it easy to accidentally
do bad things to (commit 5c611d93)

Signed-off-by: default avatarDerek Foreman <derekf@osg.samsung.com>
Reviewed-by: default avatarQuentin Glidic <sardemff7+git@sardemff7.net>
parent 5ef6bd7e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment