Posted by: Anonymous Coward
on May 28, 2004 12:10 AM
Ummmm. Last I checked chroot is NOT a daemon.
It is a (privileged) system call that changes the definition of "/" for the process. And the chroot program does this, drops privilege, then execs the program.
chroot
Posted by: Anonymous Coward on May 28, 2004 12:10 AMIt is a (privileged) system call that changes the definition of "/" for the process. And the chroot program does this, drops privilege, then execs the program.
#