CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/07/07 03:26:26
Modified files:
usr.bin/biff : biff.c
usr.bin/mesg : mesg.c
usr.bin/vi/cl : cl_term.c
Log message:
biff, mesg, vi: only consider ACCESSPERMS for setting tty mode.
it explicitly removes any S_ISUID|S_ISGID|S_ISTXT bits, instead of letting
pledge(2) silenciously remove them.
ok beck@ deraadt@
