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

setfacl fails with older kernels (4.x 3.x) #12

Open
abbbi opened this issue Sep 28, 2021 · 0 comments
Open

setfacl fails with older kernels (4.x 3.x) #12

abbbi opened this issue Sep 28, 2021 · 0 comments
Labels
wontfix This will not be worked on

Comments

@abbbi
Copy link
Owner

abbbi commented Sep 28, 2021

Module includes all required function definitions to build with ACL support on older kernels but attempting to set acl information fails with:

setfacl -m u:root:r /mnt/file
setfacl: /mnt/file: Operation not supported

Probably a few things are missing here which are handled by the generic_acl_access_handler functions exported
by newer kernel versions. I could not make it work, help welcome (if required)

@abbbi abbbi added the wontfix This will not be worked on label Sep 28, 2021
@abbbi abbbi changed the title setfacl fails with older kernels (3.x) setfacl fails with older kernels (4.x 3.x) Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant