From: Zac Medico Date: Mon, 12 Nov 2007 01:42:08 +0000 (-0000) Subject: Bug #197797 - Set umask to 022 so that created files (such as the X-Git-Tag: v2.2_pre1~401 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=338adf929172e21a08484cb1a01d4607168400ae;p=portage.git Bug #197797 - Set umask to 022 so that created files (such as the world file) have sane permissions. svn path=/main/trunk/; revision=8491 --- 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 = {