Just like in mesg(1) in biff(1) we just need to push down pledge(2) a little
authormestre <mestre@openbsd.org>
Sat, 11 Aug 2018 10:59:34 +0000 (10:59 +0000)
committermestre <mestre@openbsd.org>
Sat, 11 Aug 2018 10:59:34 +0000 (10:59 +0000)
commit0303d6a7018c2ebe3b1fdf67fb06ec9811ff8800
tree80807f2c986134b831dedd586ee1e9b2f5afef64
parent710042728af4fcc57e13f58c6525e151730e254e
Just like in mesg(1) in biff(1) we just need to push down pledge(2) a little
bit to get the tty name. After this we can unveil(2) the tty with rw access in
order to stat(2)/chmod(2) it, once this is done we can put back the same
pledge(2) just right afterwards.

OK deraadt@
usr.bin/biff/biff.c