CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2018/08/03 00:57:35
Modified files: usr.bin/mesg : mesg.c Log message: pledge() a little later, after getopt operation, when we know tty name. We can then unveil the tty file, and pledge() as before. No other files are accessed after that point in time.