summaryrefslogtreecommitdiffstats
path: root/mount/umount.c
diff options
context:
space:
mode:
Diffstat (limited to 'mount/umount.c')
-rw-r--r--mount/umount.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mount/umount.c b/mount/umount.c
index ba7f35a49..39c8385ed 100644
--- a/mount/umount.c
+++ b/mount/umount.c
@@ -614,6 +614,8 @@ main (int argc, char *argv[]) {
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE);
+ umask(033);
+
while ((c = getopt_long (argc, argv, "adfhlnrt:vV",
longopts, NULL)) != -1)
switch (c) {