OSDN Git Service

OS X: disable permission checks made by FUSE.
authorrelan <relan@users.noreply.github.com>
Fri, 11 Jan 2013 06:42:18 +0000 (06:42 +0000)
committerrelan <relan@users.noreply.github.com>
Mon, 24 Aug 2015 05:26:15 +0000 (08:26 +0300)
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;