]> git.ipfire.org Git - thirdparty/libarchive.git/commit
7zip reader: translate windows permissions to unix permissions (#1943)
authorMostyn Bramley-Moore <mostyn@antipode.se>
Mon, 21 Aug 2023 11:07:11 +0000 (13:07 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Aug 2023 11:07:11 +0000 (13:07 +0200)
commita7ea541f74e1229eb0d75319dd12afe15368c6b5
tree7144386bd7c1f897c0562515be9eecc4edd9b072
parent1b4e0d0f9d445ba3e4d0c7db7ce0b30300572fe8
7zip reader: translate windows permissions to unix permissions (#1943)

7z archives created on windows 7zip can lack unix permission info. In
this case, we need to translate the windows permissions into reasonable
unix equivalents.
Makefile.am
libarchive/archive_read_support_format_7zip.c
libarchive/archive_write_set_format_7zip.c
libarchive/test/test_read_format_7zip.c
libarchive/test/test_read_format_7zip_packinfo_digests.c
libarchive/test/test_read_format_7zip_win_attrib.7z.uu [new file with mode: 0644]