I'm running TrueNAS-12.0-U8.1, have a share /mnt/zfspool/share/subshare with normal ACLs configured for sharing via the GUI.
As root, everything works fine, but as a user, i can
as root everything works fine:
I had used
Any hints appriciated.
As root, everything works fine, but as a user, i can
Code:
truenas% cd /mnt/ truenas% cd zfspool/ truenas% cd share/ truenas% cd subshare/ truenas% cd .. cd: ..: Permission denied truenas% pwd /mnt/zfspool/share/subshare truenas% ls -la ls: ..: Permission denied total 216 drwxrwxrwx+ 7 user sgroup 15 May 6 17:27 . -rwxrwxr-x+ 1 user sgroup 12292 Apr 3 13:40 .DS_Store -rw-r----- 1 user sgroup 1615 Dec 6 2021 file1 drwxrwx---+ 4 user user 9 Dec 3 2021 dir1 drwxrwxr-x+ 3 user sgroup 29 Jun 11 21:15 dir2 ... truenas% cd /mnt/zfspool/share truenas% ls -l total 44 drwxrwxrwx+ 7 user sgroup 15 May 6 17:27 subshare drwxrwxr-x+ 3 user sgroup 4 Apr 19 12:15 subshare2
as root everything works fine:
Code:
root@truenas[/mnt/zfspool/share/subshare]# ls -la
total 227
drwxrwxrwx+ 7 user sgroup 15 May 6 17:27 .
drwxrwx--- 4 user sgroup 4 Mar 26 18:25 ..
-rwxrwxr-x+ 1 user sgroup 12292 Apr 3 13:40 .DS_Store
-rw-r----- 1 user sgroup 1615 Dec 6 2021 file1
drwxrwx---+ 4 user user 9 Dec 3 2021 dir1
drwxrwxr-x+ 3 user sgroup 29 Jun 11 21:15 dir2
...
root@truenas[/mnt/zfspool/share/subshare]# getfacl ..
# file: ..
# owner: user
# group: sgroup
owner@:rwxp--aARWcCos:-------:allow
group@:rwxp--a-R-c--s:-------:allow
everyone@:------a-R-c--s:-------:allow
root@truenas[/mnt/zfspool/share/subshare]# cd ..
root@truenas[/mnt/zfspool/share]# getfacl .
# file: .
# owner: user
# group: sgroup
owner@:rwxp--aARWcCos:-------:allow
group@:rwxp--a-R-c--s:-------:allow
everyone@:------a-R-c--s:-------:allow
root@truenas[/mnt/zfspool/share]# getfacl subshare
# file: subshare
# owner: user
# group: sgroup
owner@:rwxpDdaARWcCos:fd-----:allow
group@:rwxpDdaARWcCos:fd-----:allow
everyone@:rwxpDdaARWc--s:fd-----:allow
everyone@:--------------:fd-----:allowI had used
setfacl -b .., that removed all acls (I've no idea what they where) but did not help.Any hints appriciated.