Skip to content

wayland: Prevent leaking --wayland-fd and --xwayland-fd to child processes

fcntl() expects FD_CLOEXEC instead of conventional O_CLOEXEC.

Merge request reports