Skip to content

extractor: Fix extraction of readonly folders

Ondrej Holy requested to merge wip/oholy/extractor-readonly-folders into master

If archive contains read-only folders, the extraction of their children fails with the "Permissions denied" error. This is because the folder permissions are restored immediately before writing their children. Let's do not restore unix mode before writing the children to fix this issue.

Fixes: #10 (closed)

Merge request reports