| Summary: | No system /etc/xattr.conf provided to exclude copying certain extended attributes | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Pádraig Brady <pbrady> | ||||
| Component: | attr | Assignee: | Kamil Dudka <kdudka> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 30 | CC: | kdudka, p | ||||
| Target Milestone: | --- | Keywords: | Reopened | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | attr-2.4.48-6.fc31 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2019-06-10 13:37:03 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Pádraig Brady
2013-11-17 18:49:04 UTC
I have asked upstream to include the file into their distribution of attr: http://lists.nongnu.org/archive/html/acl-devel/2013-11/msg00007.html upstream commit: http://git.savannah.gnu.org/cgit/attr.git/commit/?id=fe92f96a fixed in attr-2.4.47-4.fc21 I think that nfs4_acl attributes should be preserved with --preserve=xattr because there is no other way to have them preserved by cp(1): --- a/xattr.conf +++ b/xattr.conf @@ -7,8 +7,6 @@ # permissions - copy when trying to preserve permissions. # skip - do not copy. -system.nfs4_acl permissions -system.nfs4acl permissions system.posix_acl_access permissions system.posix_acl_default permissions trusted.SGI_ACL_DEFAULT skip # xfs specific patch proposed to GNU coreutils upstream: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=33644 This bug appears to have been reported against 'rawhide' during the Fedora 30 development cycle. Changing version to '30. patches proposed to libattr upstream: http://lists.nongnu.org/archive/html/acl-devel/2019-03/msg00000.html http://lists.nongnu.org/archive/html/acl-devel/2019-03/msg00001.html (In reply to Kamil Dudka from comment #7) > patches proposed to libattr upstream: > > http://lists.nongnu.org/archive/html/acl-devel/2019-03/msg00000.html > http://lists.nongnu.org/archive/html/acl-devel/2019-03/msg00001.html There has been no feedback from upstream in the last 3 months. I have pushed the patches to Fedora rawhide: https://src.fedoraproject.org/rpms/attr/c/63e7de99 |