From d6d11eb9b0dd8dd6e911a803cf4ebe81ec7f35d9 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Wed, 5 Sep 2012 22:53:58 +0200 Subject: [PATCH] [intel/portage] set default SUEXEC_UMASK as per bug 3544 --- conf/intel/portage/make.conf.amd64 | 4 ++++ conf/intel/portage/make.conf.x86 | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/conf/intel/portage/make.conf.amd64 b/conf/intel/portage/make.conf.amd64 index a5dbc86..cd23b5c 100644 --- a/conf/intel/portage/make.conf.amd64 +++ b/conf/intel/portage/make.conf.amd64 @@ -62,3 +62,7 @@ PYTHON_TARGETS="python2_7" # Some more forced targets PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" + +# Apache suEXEC default UMASK +# See bug 3544 +SUEXEC_UMASK=022 diff --git a/conf/intel/portage/make.conf.x86 b/conf/intel/portage/make.conf.x86 index e3e3d27..fdd83bb 100644 --- a/conf/intel/portage/make.conf.x86 +++ b/conf/intel/portage/make.conf.x86 @@ -65,3 +65,7 @@ PYTHON_TARGETS="python2_7" # Other forced targets PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" + +# Apache suEXEC default UMASK +# See bug 3544 +SUEXEC_UMASK=022