Sender: nate AT cartsys DOT com Message-ID: <36E584A5.A2226DF8@cartsys.com> Date: Tue, 09 Mar 1999 12:29:25 -0800 From: Nate Eldredge X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.2.1 i586) MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: chroot patches v4 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Just thought of this. A feature missing from `chroot' (unless I miss something) is that on Unix, the root is inherited across processes. That is important since `chroot' is often used for security, so that no matter what the luser does, they are confined to that directory. Obviously we can't hope to implement that in general, since it will require cooperation on the part of the child, which may or may not be DJGPP-compiled. Also, I'm not sure if it's important, since security on MS-DOS is impossible anyway. But I just wondered if perhaps the application using `chroot' here (for what are we implementing this, anyway? I forget) will expect that. -- Nate Eldredge nate AT cartsys DOT com