[PR #2039] [MERGED] Added support for xattr as POSIX ACL #2315

Closed
opened 2026-03-04 02:04:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2039
Author: @ggtakec
Created: 9/25/2022
Status: Merged
Merged: 10/22/2022
Merged by: @ggtakec

Base: masterHead: fix_acl


📝 Commits (1)

  • 165b110 Added support for xattr as POSIX ACL

📊 Changes

3 files changed (+456 additions, -38 deletions)

View changed files

📝 src/s3fs.cpp (+244 -21)
📝 test/integration-test-main.sh (+211 -16)
📝 test/small-integration-test.sh (+1 -1)

📄 Description

Relevant Issue (if applicable)

#775 #2033

Details

s3fs' xattr support only worked as Extended attributes.(such as setxattr)
We did not implement the function as POSIX ACL pointed out in the issues, so I implemented this.(such as setfacl)

I have also created a test script and it is passing the test without any issues.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/2039 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 9/25/2022 **Status:** ✅ Merged **Merged:** 10/22/2022 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `fix_acl` --- ### 📝 Commits (1) - [`165b110`](https://github.com/s3fs-fuse/s3fs-fuse/commit/165b110445069dd75c318ca154b493da4eee992a) Added support for xattr as POSIX ACL ### 📊 Changes **3 files changed** (+456 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `src/s3fs.cpp` (+244 -21) 📝 `test/integration-test-main.sh` (+211 -16) 📝 `test/small-integration-test.sh` (+1 -1) </details> ### 📄 Description ### Relevant Issue (if applicable) #775 #2033 ### Details s3fs' xattr support only worked as Extended attributes.(such as setxattr) We did not implement the function as `POSIX ACL` pointed out in the issues, so I implemented this.(such as setfacl) I have also created a test script and it is passing the test without any issues. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:04:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#2315
No description provided.