Open likan999 opened 4 years ago
Thanks, this seems like a reasonable feature request, but it also seems like a non-trivial effort, so unfortunately I can't promise that it'll get done in any reasonable timeframe. PRs are welcome.
Notes:
system.posix_acl_access
and system.posix_acl_default
(mentioned here)
There are separate issues with ACL support here:
EACCESS
even if the user has write permission on the original FS (granted by ACL);U1
, and the bindfs mapsU1
to another userU2
, then we should expect the binded FS's ACL grants the permission to userU2
; however, currentlygetfacl
shows the permission underU1
.