On Sat, Mar 27, 2004 at 08:25:52PM +0100, Bernd Eckenfels wrote: > In article <[EMAIL PROTECTED]> you wrote: > > Of course Linux chroot is broken. Found that out after doing chown -R 0.0 > > .. in a chroot while I was compiling LFS. (Was running SuSE 7.0 at the > > time - 2.4.19). > > Well linux chroot has a limited set of capabilties. Especially it does not > protect you from root, because of the double-chroot issue. But I am not sure > what your problem with chmod is, can you explain?
I assume you meant chown, not chmod but what I said holds. mkdir /LFS chroot /LFS #Pretend there's a shell etc. chown -R 0.0 * .* #There were some dotfiles This resulted in my entire directory structure being owned by root - which broke quite a bit of stuff. Came across a reference a few months ago indicating this was the 'correct' behaviour for Linux. Brian