Skip to content
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

'make_archive_dir' explicitly set read-write permissions on archive directory #65

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

pjbriggs
Copy link
Member

Updates the make_archive_dir function (which creates compressed archives) to ensure that read-write permission is set on the for the user on the final archive directory (overriding any permissions from the source directory).

This addresses a minor bug whereby if the source directory did not have read-write permission for user, then this would be transferred to the archive directory.

@pjbriggs pjbriggs added the bug Something isn't working label Jan 24, 2025
@pjbriggs pjbriggs merged commit cea2d61 into master Jan 24, 2025
10 checks passed
@pjbriggs pjbriggs deleted the ensure-rw-on-archive-dirs branch January 24, 2025 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant