diff options
Diffstat (limited to 'src/update-utmp.c')
-rw-r--r-- | src/update-utmp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/update-utmp.c b/src/update-utmp.c index b06f5a06cb..f81e7f495f 100644 --- a/src/update-utmp.c +++ b/src/update-utmp.c @@ -373,6 +373,8 @@ int main(int argc, char *argv[]) { log_parse_environment(); log_open(); + umask(0022); + #ifdef HAVE_AUDIT if ((c.audit_fd = audit_open()) < 0) log_error("Failed to connect to audit log: %m"); |