CVSROOT: /cvs Module name: xenocara Changes by: matth...@cvs.openbsd.org 2018/08/06 14:11:34
Modified files: xserver/os : privsep.c Log message: set MSG_CMSG_CLOEXEC when receiving file descriptors. All file descriptors opened via priv_open_device() can benefit of the close-on-exec flag. ok kettenis@.