Set the ruid to the euid at startup as a workaround for a bug in pam_ssh.
MFC after: 3 days
This commit is contained in:
parent
5d45af4c1e
commit
1e731869b2
@ -955,6 +955,7 @@ main(int ac, char **av)
|
||||
/* drop */
|
||||
setegid(getgid());
|
||||
setgid(getgid());
|
||||
setuid(geteuid());
|
||||
|
||||
SSLeay_add_all_algorithms();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user