-
Notifications
You must be signed in to change notification settings - Fork 40
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
"Permission denied" on linux #161
Comments
I suspect that may involve extracting to a filesystem with no-execute mount option and a file with execute mode set in the archive. |
When I modify
But after removing the call to |
I also get PermissionDenied when not creating the normal files but only the directories. |
The entry causing the failure is when creating |
Looks like this can be fixed by setting the permissions of each new directory to 755, and then setting the actual permissions in a second pass. |
Found the root cause: the parent directory
|
@mleduque Do I have permission of the copyright owners to include |
Extraction of the folowinf archive fails with
https://github.com/Gibberlings3/iwd_unfinished_business/releases/download/v11/lin-ub_iwd-v11.zip
I finally found the archives I stumbled upon when I filed this zip-rs/zip-old#246
I just couldn't remember in what context this happened at the time
Tested with 0.6.6
The text was updated successfully, but these errors were encountered: