bindfs icon indicating copy to clipboard operation
bindfs copied to clipboard

Support ACL

Open likan999 opened this issue 5 years ago • 1 comments

There are separate issues with ACL support here:

  1. If the ACL on the original FS grants certain permission to a user, currently the user won't have the same permission on the binded FS; e.g. a write operation will return EACCESS even if the user has write permission on the original FS (granted by ACL);
  2. If the ACL on the original FS grants certain permission to a user U1, and the bindfs maps U1 to another user U2, then we should expect the binded FS's ACL grants the permission to user U2; however, currently getfacl shows the permission under U1.

likan999 avatar Nov 28 '20 02:11 likan999

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:

mpartel avatar Dec 16 '20 17:12 mpartel