[Zope] localfs, how to secure for homedirs...

Jaroslav Lukesh lsh@wo.cz
Mon, 24 Mar 2003 09:39:34 -0000


: Odes=EDlatel: Jim Penny <jpenny@universal-fasteners.com>
: > Another solution - what about samba server at local machine and smbfs
: > mounted to the same machine?
: >=20
: > localfs_user1 --> smbfs_mountedfolder_user1 --> /home/user1
: > localfs_user2 --> smbfs_mountedfolder_user2 --> /home/user2
: > etc...
: >=20
: > Mounting like (single line):
: >=20
: > mount -t smbfs -o uid=3Dxxx,gid=3Dxxx,username=3Duser1,password=3Dfff=
fff
: > //localhost/mountpointuser1 /zope_localfs/user1
: > =20
: >=20
: > You only need to hide this file from reading at all, allow executing
only.=20
: > Rights like --x--x--x root root=20
:=20
: I am unclear what you mean by this file.  Are you talking about the=20
: mount script here?  Or are you talking about /zope_localfs/user1?

About mount script.  /zope_localfs/user1 will have rights to zope access.
But it will be good, if /zope_localfs will have directory above, eg.
/zope_hide/zope_localfs...

/zope_hide will does not have a "RWX" attribute for anybody, so anybody
except root will does not see content of /zope_hide.

Regards JL.