summaryrefslogtreecommitdiff
path: root/src/sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysctl.c')
-rw-r--r--src/sysctl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sysctl.c b/src/sysctl.c
index 9f7acfce8..8bdfb0811 100644
--- a/src/sysctl.c
+++ b/src/sysctl.c
@@ -228,6 +228,8 @@ int main(int argc, char *argv[]) {
log_parse_environment();
log_open();
+ umask(0022);
+
if (argc > optind)
r = apply_file(argv[optind], false);
else {