Recurring permissions issue

jefftee

Cadet
Joined
Feb 9, 2020
Messages
3
Hi, I have a recurring issue affecting my freenas shares... I fiddle around with the ACL and eventually things work... They work until some future date and all of the sudden they don't work again yet I have made no ACL changes for the share.

The current issue is I'm getting an error that says: System.UnauthorizedAccessException: Access to the path is denied.

Here's the ACL for the path in question:

Code:
freenas1# getfacl linux-iso/
# file: linux-iso/
# owner: jefft
# group: jefft
            owner@:rwxpDdaARWcCos:fd----I:allow
            group@:rwxpDdaARWcCos:fd----I:allow
         everyone@:r-x---a-R-c---:fd----I:allow
         everyone@:--------------:fd----I:allow


The directory listing:

Code:
freenas1# ls -al
total 252
drwxrwxr-x+ 24 jefft  jefft  24 Sep  8 07:30 .
drwxrwxr-x+  6 jefft  jefft   6 Sep  8 09:42 ..
drwxrwxr-x+  2 jefft  jefft   3 Sep  8 15:42 linux-iso


And finally, the ACL view from the GUI for the share:

Screen Shot 2020-09-08 at 3.45.50 PM.png


Can someone help me figure out why I'm having the permission issue in the first place as well as why once it's working, it subsequently stops working w/o any changes having been made?

Thanks
 
Top