diff options
Diffstat (limited to 'src/bin/pg_ctl/pg_ctl.c')
-rw-r--r-- | src/bin/pg_ctl/pg_ctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_ctl/pg_ctl.c b/src/bin/pg_ctl/pg_ctl.c index 3cf2afcc27f..c5f855e063f 100644 --- a/src/bin/pg_ctl/pg_ctl.c +++ b/src/bin/pg_ctl/pg_ctl.c @@ -1769,7 +1769,7 @@ main(int argc, char **argv) */ argv0 = argv[0]; - umask(077); + umask(S_IRWXG | S_IRWXO); /* support --help and --version even if invoked as root */ if (argc > 1) |