master
$OpenBSD$
Modernize from(1) a bit. Use getline() to support longer lines and document the environment variables used. OK deraadt@
Change the error reporting pattern throughout the tree when unveil fails to report the path that the failure occured on. Suggested by deraadt@ after some tech discussion.