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

Fix for xattr usage on Linux #778

Merged
merged 1 commit into from Dec 1, 2021
Merged

Fix for xattr usage on Linux #778

merged 1 commit into from Dec 1, 2021

Conversation

gregneagle
Copy link
Contributor

Linux requires xattr names to start with "user." This fix allows autopkg on Linux to store extended attributes on downloaded files on some Linux-supported filesystems. ext4, for example, is known to work. Conversely, attempting to store extended attributes on files on NFS mounts is known to still fail.

Linux requires xattr names to start with "user." This fix allows autopkg on Linux to store extended attributes on downloaded files on some Linux-supported filesystems. ext4, for example, is known to work. Conversely, attempting to store extended attributes on files on NFS mounts is known to still fail.
@nmcspadden
Copy link
Contributor

Can you move this to the dev branch instead of master? Otherwise LGTM.

@gregneagle gregneagle changed the base branch from master to dev December 1, 2021 17:02
@gregneagle gregneagle merged commit b5238c9 into dev Dec 1, 2021
@gregneagle gregneagle deleted the gregneagle-xattr-linux-fix branch December 1, 2021 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants