Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ACL #91

Open
likan999 opened this issue Nov 28, 2020 · 1 comment
Open

Support ACL #91

likan999 opened this issue Nov 28, 2020 · 1 comment
Labels
feature New feature request/PR

Comments

@likan999
Copy link

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.
@mpartel mpartel added the feature New feature request/PR label Dec 16, 2020
@mpartel
Copy link
Owner

mpartel commented Dec 16, 2020

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request/PR
Projects
None yet
Development

No branches or pull requests

2 participants