This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, giampaolo.rodola, noctiflore
Date 2020-07-10.07:38:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594366686.61.0.280448265023.issue30044@roundup.psfhosted.org>
In-reply-to
Content
POSIX ACLs and SELinux context information are stored in extended file attributes. The information is copied from source to destination. POSIX ACLs are stored in xattr "system.posix_acl_access" and SELinux context in xattr "security.selinux".
History
Date User Action Args
2020-07-10 07:38:06christian.heimessetrecipients: + christian.heimes, giampaolo.rodola, noctiflore
2020-07-10 07:38:06christian.heimessetmessageid: <1594366686.61.0.280448265023.issue30044@roundup.psfhosted.org>
2020-07-10 07:38:06christian.heimeslinkissue30044 messages
2020-07-10 07:38:06christian.heimescreate