Re: Linux's future: //posix/ipc, //root and so on ?

From: Alexander Viro (viro@math.psu.edu)
Date: Tue Feb 29 2000 - 19:02:15 EST


On Wed, 1 Mar 2000, Khimenko Victor wrote:

> It's thing like ftpd which expect that environment is there. Or similar
> program to execure cgi script in sandbox. And without devfs, procfs and
> ipcfs it's DOABLE: you can put all needed libraries as hardlinks
> there. Without // trick (or rather /../ trick -- looks much saner to me)
> it's doable as well. WITHOUT changes for each and every program when new
> netfs or whjatever is implemented.

Oh, _please_! Before dropping root, but after geting a private namespace
and doing chroot():
while read i; do mount $i; done </etc/fstab.virtual

> Namespaces ARE great. It's just orthogonal issue :-( The whole idea behind
> superoot is to remove need to add ANYTHING to programs with chroot when
> there are new wonderfull filesystem like procfs, devfs or ipcfs is
> created.

See above.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Mar 07 2000 - 21:00:08 EST