projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bec984
)
fixing umask to take out other access.
author
Chris Koeritz
<fred@gruntose.com>
Thu, 14 Feb 2013 22:52:32 +0000
(17:52 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Thu, 14 Feb 2013 22:52:32 +0000
(17:52 -0500)
scripts/core/variables.sh
patch
|
blob
|
history
diff --git
a/scripts/core/variables.sh
b/scripts/core/variables.sh
index bb7878c92ca1b6596a02b9a8354125d8f071abca..465a864c90f06e720aaa2b437186148000f4756b 100644
(file)
--- a/
scripts/core/variables.sh
+++ b/
scripts/core/variables.sh
@@
-79,8
+79,8
@@
if [ -z "$NECHUNG" ]; then
##############
# umask sets a permission mask for all file creations. the mask used here
- # disallows writ
ing by the "group" and "others" categories
.
- umask 02
2
+ # disallows writ
es by the "group" and disallows "others" completely
.
+ umask 02
7
# ulimit sets user limits. we set the maximum allowed core dump file size
# to zero, because it is obnoxious to see the core dumps from crashed
# programs lying around everywhere.