https://bugzilla.mindrot.org/show_bug.cgi?id=3131
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Damien Miller <[email protected]> --- AFAIK it's a bad idea to give the chroot ability to non-privileged users - there are a number of plausible paths to uid=0 if you can effectively write to / and /etc. This is why the chroot(1) syscall requires root privileges to begin with. I appreciate your precaution of requiring force-command and sftp-server, but I'm not sure whether your need would be better served by putting a fake-chroot ability into sftp-server directly. -- 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
