https://bugzilla.mindrot.org/show_bug.cgi?id=2060
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME CC| |[email protected] Status|NEW |RESOLVED --- Comment #2 from Damien Miller <[email protected]> --- UseLogin was deprecated some time ago, the only remaining chdir() definitely happens after privileges are dropped. The calls occur in the same function: https://github.com/openssh/openssh-portable/blob/V_8_1_P1/session.c#L1546 https://github.com/openssh/openssh-portable/blob/V_8_1_P1/session.c#L1622 -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
