summaryrefslogtreecommitdiffstats
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-03-16 03:30:26 +0000
committerZac Medico <zmedico@gentoo.org>2006-03-16 03:30:26 +0000
commit5c0c5217f1fd033a9749a10a3dfa71b3943e6d4d (patch)
tree87e946ea8010ad0d14ebcbf3446b7f48025cfa06 /cnf
parent845340c267d28f613ef6675b43b4688fc419cf50 (diff)
downloadportage-5c0c5217f1fd033a9749a10a3dfa71b3943e6d4d.tar.gz
portage-5c0c5217f1fd033a9749a10a3dfa71b3943e6d4d.tar.bz2
portage-5c0c5217f1fd033a9749a10a3dfa71b3943e6d4d.zip
Add a new PORTAGE_WORKDIR_MODE config variable so that the mode of WORKDIR is no longer hard coded. See bug #8688.
svn path=/main/trunk/; revision=2901
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.globals3
1 files changed, 3 insertions, 0 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index 2586ca2fa..cdcceb198 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -64,6 +64,9 @@ USE_ORDER="env:pkg:conf:defaults"
PORTAGE_INST_UID="0"
PORTAGE_INST_GID="0"
+# Mode bits for ${WORKDIR} (see ebuild.5).
+PORTAGE_WORKDIR_MODE="0700"
+
# *****************************
# ** DO NOT EDIT THIS FILE **
# ***************************************************