I hope its oké to ask here., freebsd based freenas is using zfs file system its a samba share
I want to setup permission so that i have a /mnt/some/folder/base (owned by root and wheel)
Under it I like to add folders in such a way that only if one is a member of that foldergroup one can see it.
so
There is a group "prjteamone" assigned the first folder
The same has been done for the other teams
How to set folder permissions so that each projectgroup can only see his group,
And if a person is member of multiple groups say prjteamone and prjteamtwo he would see two folders
I think it should be possible but i dont know how to set permission on /mnt/some/folder/base
To allow browsing sub folders to which one has permission to
I want to setup permission so that i have a /mnt/some/folder/base (owned by root and wheel)
Under it I like to add folders in such a way that only if one is a member of that foldergroup one can see it.
so
Code:
/mnt/some/folder/base/ProjectTeamOne
/mnt/some/folder/base/ProjectTeamTwo
/mnt/some/folder/base/ProjectTeamThree
setfacl -m g:"prjteamone":full_set:df:allow /mnt/some/folder/base/ProjectTeamOne
The same has been done for the other teams
How to set folder permissions so that each projectgroup can only see his group,
And if a person is member of multiple groups say prjteamone and prjteamtwo he would see two folders
I think it should be possible but i dont know how to set permission on /mnt/some/folder/base
To allow browsing sub folders to which one has permission to