[openssh-commits] [openssh] branch V_7_5 updated (4632b63 -> f77e6b5)

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Mar 29 12:46:28 AEDT 2017


This is an automated email from the git hooks/post-receive script.

dtucker pushed a change to branch V_7_5
in repository openssh.

      from  4632b63   Enable ldns when using ldns-config.
       new  f77e6b5   Don't check privsep user or path when unprivileged

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit f77e6b521651c08864e6852fdc5624f75026fbe7
Author: Darren Tucker <dtucker at zip.com.au>
Date:   Wed Mar 29 12:39:39 2017 +1100

    Don't check privsep user or path when unprivileged
    
    If running with privsep (mandatory now) as a non-privileged user, we
    don't chroot or change to an unprivileged user however we still checked
    the existence of the user and directory.  Don't do those checks if we're
    not going to use them.  Based in part on a patch from Lionel Fourquaux
    via Corinna Vinschen, ok djm@

Summary of changes:
 sshd.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list