Hi

I would like to know if I can do the following with slide permissions :

I want to allow /users/toto to read/write in a folder called folder2
located at /files/folder1/folder2 without allowing him to list
/files/folder1 contents.

Tell me if I am wrong but to do this I need to following permissions :

Object                 Subject     Action         Heritable Negative
/                      user        /actions/read  0         0
/                      nobody      /actions/read  0         0
/users                 ~           /actions       1         0
/users                 user        /actions/read  0         0
/files                 nobody      /actions/read  0         0
/files/folder1         /users/toto /actions/read  1         0
/files/folder1/folder2 /users/toto /actions/write 1         0

The problem I have is that I must allow /users/toto to read
/files/folder1 so he will be allowed to list the content of folder
/files/folder1 (something that I don't want !).

How can I solve my problem ?
Is there a way to imitate filesystems read and execute permissions
differences for folders ?

Other questions :
What exactly is subject 'user' used for permissions initialization ?
What are the differences between subjects 'nobody' and '~' ?

Thanks for your help

Jean-Philippe


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to