Set o-r on ipc fifos since the are sensitive to reading.
authorZac Medico <zmedico@gentoo.org>
Fri, 13 Aug 2010 19:24:12 +0000 (12:24 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 13 Aug 2010 19:24:12 +0000 (12:24 -0700)
pym/portage/package/ebuild/prepare_build_dirs.py

index 15e087121273ee47823a90453545aec0975cd082..5e591047fab41d6d4ab724cf5c9b7a107ed4cf86 100644 (file)
@@ -102,7 +102,7 @@ def prepare_build_dirs(myroot, mysettings, cleanup):
                                os.mkfifo(p)
                apply_secpass_permissions(p,
                        uid=portage_uid, gid=portage_gid,
-                       mode=0o770, mask=0o2, stat_cached=st)
+                       mode=0o770, stat_cached=st)
 
        # Reset state for things like noauto and keepwork in FEATURES.
        for x in ('.die_hooks',):