Move your drink further away... When a program pledged "getpw" fails to
authorderaadt <deraadt@openbsd.org>
Sun, 18 Oct 2015 03:30:01 +0000 (03:30 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 18 Oct 2015 03:30:01 +0000 (03:30 +0000)
commit37573a8483c6b4c1812cebedd830e4107c59c7e2
tree7b3fc2136615812b80bbc0efbfcd1ea287378de1
parent9454a018db4d13c43664c36a99dd2836e157b453
Move your drink further away...  When a program pledged "getpw" fails to
get a response from a YP server, it will open "/dev/tty" and spit out:
    'YP server for domain %s not responding, still trying'
For now allow open of /dev/tty for "getpw".  I hope to re-architect the
libc:YP communication protocol (strategy similar to syslog->sendsyslog,
isatty->fcntl, dnssocket/dnsconnect) and then we can reevaluate this.
sys/kern/kern_pledge.c