Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tarfile module lacks support for Linux extended attributes (xattrs) #113293

Open
lucaudill opened this issue Dec 19, 2023 · 0 comments
Open

tarfile module lacks support for Linux extended attributes (xattrs) #113293

lucaudill opened this issue Dec 19, 2023 · 0 comments
Labels
type-feature A feature request or enhancement

Comments

@lucaudill
Copy link

lucaudill commented Dec 19, 2023

Feature or enhancement

Proposal:

The tarfile module doesn't currently allow for Linux extended attributes (xattrs) to be preserved when converting to/from tar archives. GNU tar has a handful of options (--xattrs, --xattrs-include, etc.) related to xattr support. It would be useful to add similar options for enabling xattr support for the tarfile module.

Has this already been discussed elsewhere?

This is a minor feature, which does not need previous discussion elsewhere

Links to previous discussion of this feature:

No response

@lucaudill lucaudill added the type-feature A feature request or enhancement label Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-feature A feature request or enhancement
Projects
Status: No status
Development

No branches or pull requests

1 participant