Shaul Karl wrote: > On my Debian machine only root is permitted to chroot(2). What are the > cons for having a regular user chroot? Are there any patches floating > around to change that? >
If there exists any dynamically linked SUID root binary in the system (e.g. ping) which a user can contain in a directory such that the regular directory structure puts files controlled by the user in directories that would become, for example, /lib or /usr/lib after chroot and then chroot inside it you have effectively given this user root privileges. Gilad ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]