Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 13, 2024

Replace umask(0) with umask(0o002) so the created files are not
world-writable, and replace umask(0o022) with umask(0o026) to check
that permissions for 'others' can still be set.
(cherry picked from commit 5f68511)

Co-authored-by: Barney Gale barney.gale@gmail.com

…d-write. (pythonGH-122883)

Replace `umask(0)` with `umask(0o002)` so the created files are not
world-writable, and replace `umask(0o022)` with `umask(0o026)` to check
that permissions for 'others' can still be set.
(cherry picked from commit 5f68511)

Co-authored-by: Barney Gale <barney.gale@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir topic-pathlib

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants