Abhilash Raj pushed to branch master at GNU Mailman / Mailman Core

Commits:
364ff5e7 by Pierre-Elliott Bécue at 2018-01-01T21:59:43+01:00
Sets default permissions to 0755 as mailman3 doesn't rely on groups

- - - - -
2efaf34a by Abhilash Raj at 2018-02-24T19:54:20-08:00
Merge branch 'peb/mailman-mr_439_1'

- - - - -


1 changed file:

- src/mailman/utilities/filesystem.py


Changes:

=====================================
src/mailman/utilities/filesystem.py
=====================================
--- a/src/mailman/utilities/filesystem.py
+++ b/src/mailman/utilities/filesystem.py
@@ -43,7 +43,7 @@ class umask:
 
 
 @public
-def makedirs(path, mode=0o2775):
+def makedirs(path, mode=0o0755):
     """Create a directory hierarchy, ensuring permissions.
 
     Other than just calling os.makedirs(), this ensures that the umask is



View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/ed5054395302d7e5b4c8ab64fe6dacc2ce06e7cb...2efaf34ae4bf1a66cecea65f094affa1dfb316bb

---
View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/ed5054395302d7e5b4c8ab64fe6dacc2ce06e7cb...2efaf34ae4bf1a66cecea65f094affa1dfb316bb
You're receiving this email because of your account on gitlab.com.
_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to