]> git.ipfire.org Git - pakfire.git/commit
compress: Always clear any extended attributes on extraction
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 1 Nov 2022 13:17:39 +0000 (13:17 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 1 Nov 2022 13:17:39 +0000 (13:17 +0000)
commit89ee08336d882600db9528e01aad81f688a8ddb1
tree368a96e434dbc8d1c69cc161e6cc404f9ae8a02f
parent25e0c76f3835a8c4c6fc090111db44cdc894f704
compress: Always clear any extended attributes on extraction

We use those attributes in the tarball, but we don't want them to be
extracted to disk for now.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/compress.c