shlib.sh: make sure a sane umask is in effect
commit9f7537ddc474ffb1b6b42de4f0e7cc15ed4b06b0
authorKyle J. McKay <mackyle@gmail.com>
Sun, 26 Apr 2015 20:16:55 +0000 (26 13:16 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 26 Apr 2015 20:16:55 +0000 (26 13:16 -0700)
treefa2ca67d1ccfa9312a6fd14771d5917f26c2a733
parent680c93cab9ce15ffda41d1fcb8001f2d84ae82b7
shlib.sh: make sure a sane umask is in effect

Any operations that Girocco performs will need to leave the user
permissions and group permissions unmasked.  Rather than having
to remember to explicitly set the umask everywhere, we do it in
shlib.sh and Config.pm so that a sane value is ensured.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/Config.pm
shlib.sh