AgentD / squashfs-tools-ng

A new set of tools and libraries for working with SquashFS images
Other
194 stars 30 forks source link

Support extended attribute reading from a file. #103

Closed Gottox closed 1 year ago

Gottox commented 2 years ago

This PR is WIP

I just want to get feedback for now if this is the right approach or if it should be implemented in another way for now. The file format that is used will be compatible with the output of getfattr --dump XXX.

This PR addresses #101 and #3.

Gottox commented 2 years ago

For now this is a stub. I'm planning to import the parsing source directly from attr which is used by setfattr --restore XXX. Would that be the right approach?

Gottox commented 1 year ago

Facing Hacktoberfest, I wanted to start working on this PR again. I changed a few things and will open a new rebased PR. :+1: