diff options
Diffstat (limited to 'example/fusexmp.c')
-rw-r--r-- | example/fusexmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/fusexmp.c b/example/fusexmp.c index 95d26b3..1ef0ac3 100644 --- a/example/fusexmp.c +++ b/example/fusexmp.c @@ -348,5 +348,6 @@ static struct fuse_operations xmp_oper = { int main(int argc, char *argv[]) { + umask(0); return fuse_main(argc, argv, &xmp_oper); } |