In pledge "tty", allow TIOCSWINSZ. stty(1) is the obvious silly use.
authorderaadt <deraadt@openbsd.org>
Sun, 11 Oct 2015 15:25:39 +0000 (15:25 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 11 Oct 2015 15:25:39 +0000 (15:25 +0000)
commita7db81ee83fce04c27ba6a3f7747f0c61712d522
tree55965d19649f72a9e7bdac16c96fa5259e8290f7
parentc17c2b517d0a3fd2427c111116fc79d3142178b4
In pledge "tty", allow TIOCSWINSZ.  stty(1) is the obvious silly use.
The more important use will be tmux(1) and other active window size
controlling programs. There seems little risk in exposing this small
tty setting alongside the tcsetattr() family.
ok millert
sys/kern/kern_pledge.c