OSDN Git Service

OS X: disable permission checks made by FUSE.
authorresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Fri, 11 Jan 2013 06:42:18 +0000 (06:42 +0000)
committerresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Fri, 11 Jan 2013 06:42:18 +0000 (06:42 +0000)
git-svn-id: http://exfat.googlecode.com/svn/trunk@329 60bc1c72-a15a-11de-b98f-4500b42dc123

fuse/main.c

index 91cf223..d77f2df 100644 (file)
@@ -38,7 +38,8 @@
        #error FUSE 2.6 or later is required
 #endif
 
-const char* default_options = "ro_fallback,allow_other,blkdev,big_writes";
+const char* default_options = "ro_fallback,allow_other,blkdev,big_writes,"
+               "defer_permissions";
 
 struct exfat ef;