CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/17 19:07:19
Modified files:
sys/kern : kern_pledge.c
Log message:
Allow read/write access to /dev/tty when using "tty" pledge.
Without this change, you need "rpath" and "wpath" to open /dev/tty. Some
applications explicitly open /dev/tty, but deraadt@ found the most
common use is indirectly via readpassphrase().
tweak and ok deraadt@
pre-tweak ok millert@, semarie@
