Firewall Wizards mailing list archives
Re: chroot useful?
From: "Steven M. Bellovin" <smb () research att com>
Date: Fri, 14 Nov 1997 02:54:59 +0000
At 05:05 PM 11/13/97 -0500, Douglas R. Steinbaum wrote:
Regarding the comment made by Steve Bellovin (pasted at the end of this message): I was under the impression that running the chroot() command on a UNIX box would make it impossible for all subsequently launched programs to access files located above the newly defined root point, even if such programs are launched with a UID of 0. Thus, the command could be used as a simple "wrapper" to prevent a user application program which is not completely trusted (for example, a commercial SW package for which source code is unavailable) from being misused to access critical system files. That is, chroot could be run to define the root point such that critical files are inaccessible, and then the untrusted application would subsequently be launched. Is this not correct?
That was precisely my point -- that this opinion is not correct. There are numerous ways for root to break out of a chroot() "jail"; the simplest is to do mknod() to create new special device files for the real disks, and mount new file systems on those devices. Many other variants are possible as well.
Current thread:
- Re: chroot useful?, (continued)
- Re: chroot useful? Claudio Telmon (Nov 09)
- Re: chroot useful? Joseph S. D. Yao (Nov 10)
- Re: chroot useful? Andreas Siegert (Nov 12)
- Re: chroot useful? chuck+fwwiz (Nov 10)
- Re: chroot useful? Paul McNabb (Nov 12)
- Re: chroot useful? Steven M. Bellovin (Nov 13)
- Re: chroot useful? C Matthew Curtin (Nov 21)
- Re: chroot useful? Steven M. Bellovin (Nov 13)
- Re: chroot useful? Paul McNabb (Nov 12)
- Re: chroot useful? Douglas R. Steinbaum (Nov 13)
- Re: chroot useful? Darren Reed (Nov 14)
- Re: chroot useful? Steven M. Bellovin (Nov 14)
- Re: chroot useful? Aleph One (Nov 14)
- Re: chroot useful? Steven M. Bellovin (Nov 15)
- Re: chroot useful? Bernhard Schneck (Nov 14)
- Re: chroot useful? Paul McNabb (Nov 14)
- Re: chroot useful? Paul McNabb (Nov 14)
- Re: chroot useful? Paul McNabb (Nov 14)
- Re: chroot useful? Anton J Aylward (Nov 15)
- Re: chroot useful? Steven M. Bellovin (Nov 16)
- Re: chroot useful? Anton J Aylward (Nov 15)
- Re: chroot useful? Darren Reed (Nov 16)
