Re: [uml-user] Hostfs: Restricting access

2005-08-16 Thread Peter Ritter
Jeff Dike wrote: > On Thu, Aug 11, 2005 at 05:04:46PM +0200, uml wrote: > >>I'm trying to restrict the access for hostfs. When starting the >>uml-kernel with the option "hostfs=/some/directory" I can mount this >>directory with the command "mount none /mnt/host -t hostfs". But I am >>still able to

Re: [uml-user] Hostfs: Restricting access

2005-08-12 Thread uml
Jeff Dike wrote: > On Thu, Aug 11, 2005 at 05:04:46PM +0200, uml wrote: > >>I'm trying to restrict the access for hostfs. When starting the >>uml-kernel with the option "hostfs=/some/directory" I can mount this >>directory with the command "mount none /mnt/host -t hostfs". But I am >>still able to

Re: [uml-user] Hostfs: Restricting access

2005-08-11 Thread Jeff Dike
On Thu, Aug 11, 2005 at 05:04:46PM +0200, uml wrote: > I'm trying to restrict the access for hostfs. When starting the > uml-kernel with the option "hostfs=/some/directory" I can mount this > directory with the command "mount none /mnt/host -t hostfs". But I am > still able to mount the hosts "/" w

[uml-user] Hostfs: Restricting access

2005-08-11 Thread uml
I'm trying to restrict the access for hostfs. When starting the uml-kernel with the option "hostfs=/some/directory" I can mount this directory with the command "mount none /mnt/host -t hostfs". But I am still able to mount the hosts "/" with the command "mount none /mnt/host -t hostfs -o /" I thoug