commit ff7a7345f49d450f12f0b54124aed57bceb158e5 parent 8cbb8a266de2e9e2115ef7bacfea1e30b7566a5a Author: sin <sin@2f30.org> Date: Mon, 17 Feb 2014 12:55:27 +0000 Sanitize umask Diffstat:
M | bin/rc.init | | | 2 | ++ |
M | bin/rc.shutdown | | | 2 | ++ |
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/bin/rc.init b/bin/rc.init @@ -3,6 +3,8 @@ PATH=/bin export PATH +umask 022 + . /etc/rc.conf echo diff --git a/bin/rc.shutdown b/bin/rc.shutdown @@ -3,6 +3,8 @@ PATH=/bin export PATH +umask 022 + . /etc/rc.conf case "$1" in