[intel/portage] set default SUEXEC_UMASK as per bug 3544
This commit is contained in:
parent
b59ed5abf1
commit
d6d11eb9b0
@ -62,3 +62,7 @@ PYTHON_TARGETS="python2_7"
|
|||||||
# Some more forced targets
|
# Some more forced targets
|
||||||
PHP_TARGETS="php5-3"
|
PHP_TARGETS="php5-3"
|
||||||
RUBY_TARGETS="ruby18"
|
RUBY_TARGETS="ruby18"
|
||||||
|
|
||||||
|
# Apache suEXEC default UMASK
|
||||||
|
# See bug 3544
|
||||||
|
SUEXEC_UMASK=022
|
||||||
|
@ -65,3 +65,7 @@ PYTHON_TARGETS="python2_7"
|
|||||||
# Other forced targets
|
# Other forced targets
|
||||||
PHP_TARGETS="php5-3"
|
PHP_TARGETS="php5-3"
|
||||||
RUBY_TARGETS="ruby18"
|
RUBY_TARGETS="ruby18"
|
||||||
|
|
||||||
|
# Apache suEXEC default UMASK
|
||||||
|
# See bug 3544
|
||||||
|
SUEXEC_UMASK=022
|
||||||
|
Loading…
Reference in New Issue
Block a user