Make unaccessible shares not visible

apple_fan

Cadet
Joined
Jan 11, 2023
Messages
1
Hey everyone,
just some days ago I set up my TrueNAS system. It's a small home server with 6 TB storage.
Now I'd like to configure the shares correctly. My target is one data pool with:
- 1 data set only for user 1
- 1 data set only for user 2
- 1 data set only for user 3
- 1 data set for all 3 users
I managed to configure the ACLs for each dataset correctly. The problem is that still all users can see all datasets (but can only access the datasets they're allowed to due to ACL). Is there a way to make the unaccessible datasets also invisible for a user?
Thanks for your answers!
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,554
Hey everyone,
just some days ago I set up my TrueNAS system. It's a small home server with 6 TB storage.
Now I'd like to configure the shares correctly. My target is one data pool with:
- 1 data set only for user 1
- 1 data set only for user 2
- 1 data set only for user 3
- 1 data set for all 3 users
I managed to configure the ACLs for each dataset correctly. The problem is that still all users can see all datasets (but can only access the datasets they're allowed to due to ACL). Is there a way to make the unaccessible datasets also invisible for a user?
Thanks for your answers!
In SCALE, there is no supported way to do this. It would require extra ACL reads in a hot code path.
 
Top