mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #698] Support for file ACL (setfacl, getfacl) setfacl: filename: Operation not supported #393
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#393
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @melaraj2 on GitHub (Dec 13, 2017).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/698
Is there any planned support for file ACLs? Currently I get this error when I try to setfacl on files in the mounted folder:
setfacl: filenam: Operation not supported
@ggtakec commented on GitHub (Jan 21, 2018):
@melaraj2 You can specify use_xattr option at start s3fs.
Please try it.
Thanks in advance for your assistance.
@gaul commented on GitHub (Jan 26, 2019):
@melaraj2 Did you try testing with a newer version of s3fs and
-o use_xattr?@gaul commented on GitHub (Jul 11, 2019):
Please reopen if the latest version 1.85 does not resolve your symptoms.
@AgrawalAmey commented on GitHub (Sep 24, 2020):
@ggtakec @gaul I was trying to use the ACLs with s3fs, after enabling
use_xattr,setfaclandgetfaclare working fine, but looks like these values are not getting used in actually resolving the permissions. For example, if Alice has a file foo with permissions700, if we giverwxaccess to Bob usingsetfacl, the correct permissions would show up ingetfacl. But if I try to cat the file as user Bob, it fails with "Operation not permitted" error. I am also settingallow_otheroption.@abhilashck72 commented on GitHub (Nov 12, 2021):
Any solution for this. I am also facing same issue,,without giving 777 it wont work. use_xattr is able to set permission, but it never works in actual operation.