matthieu@ observes % pax (without any arguments) hits pledge violation,
authorderaadt <deraadt@openbsd.org>
Mon, 17 Apr 2017 20:22:14 +0000 (20:22 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 17 Apr 2017 20:22:14 +0000 (20:22 +0000)
commitaa8cf620a7d267e08d4a7882d04332ef6fcbdc10
tree5eab1231bacedc7e139f6744cb0a4799a5aca14e
parentb0dedf927e26242371e33c0073fe68400762503f
matthieu@ observes % pax (without any arguments) hits pledge violation,
because it tries MTIOCTOP against stdin, the tty.  It is very inconvenient
to use isatty to distinguish this difference in userland, so return ENOTTY
for tty devices.
ok natano
sys/kern/kern_pledge.c