https://bugzilla.mindrot.org/show_bug.cgi?id=2775
--- Comment #10 from Charles Hedrick <[email protected]> --- I just checked Solaris 2.8. I has setuid and seteuid, but not setreid or setresuid. Setuid sets real, effective, and saved. Seteuid sets effective only. So you can get back from seteuid, but not setuid. That says that for Solaris 2.8 it isn't possible to do a temporary change of real uid. That means if you want to support stuff that old you'll need an #ifdef. If I were doing it, I woudl do that. (Indeed I'm willing to write the code if you want, and test it on both Centos 7.5 and Solaris 2.8.) -- You are receiving this mail because: You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
