summaryrefslogtreecommitdiffstats
path: root/cnf/make.globals
diff options
context:
space:
mode:
Diffstat (limited to 'cnf/make.globals')
-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 **
# ***************************************************