You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Module includes all required function definitions to build with ACL support on older kernels but attempting to set acl information fails with:
Probably a few things are missing here which are handled by the
generic_acl_access_handler
functions exportedby newer kernel versions. I could not make it work, help welcome (if required)
The text was updated successfully, but these errors were encountered: