From 338adf929172e21a08484cb1a01d4607168400ae Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 12 Nov 2007 01:42:08 +0000 Subject: Bug #197797 - Set umask to 022 so that created files (such as the world file) have sane permissions. svn path=/main/trunk/; revision=8491 --- bin/emaint | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/emaint b/bin/emaint index 7d62bea0c..d9f74a225 100755 --- a/bin/emaint +++ b/bin/emaint @@ -414,6 +414,10 @@ class CleanResume(object): def emaint_main(myargv): + # Similar to emerge, emaint needs a default umask so that created + # files (such as the world file) have sane permissions. + os.umask(022) + # TODO: Create a system that allows external modules to be added without # the need for hard coding. modules = { -- cgit v1.2.3-1-g7c22