CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/07/07 03:24:09
Modified files:
usr.bin/tmux : server.c
Log message:
tmux: only consider ACCESSPERMS for setting mode on socket_path.
it explicitly removes any S_ISUID|S_ISGID|S_ISTXT bits, instead of letting
pledge(2) silenciously remove them.
ok nicm@ beck@ deraadt@
