summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/perms-hook.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/perms-hook.c b/util/perms-hook.c
index 0bc2e1bd..177d09f0 100644
--- a/util/perms-hook.c
+++ b/util/perms-hook.c
@@ -337,6 +337,7 @@ int main(int argc, char *argv[]) {
if (old)
readspecial(&oldsp, old);
readspecial(&newsp, new);
+ umask(0);
readchanges(old, new);
return 0;