+FUSE option "allow_other".
authorlace <>
Thu, 29 Dec 2005 02:50:45 +0000 (02:50 +0000)
committerlace <>
Thu, 29 Dec 2005 02:50:45 +0000 (02:50 +0000)
 - Comply with standard permissions, bugreported by: Frederic L. W. Meunier

src/client/fuse/main.c

index 705b6a8..3ed51e8 100644 (file)
@@ -57,7 +57,7 @@
 /* FIXME: Dupe with libcaptive/client/options.c */
 #define DEFAULT_SYSLOG_FACILITY LOG_DAEMON
 /* Each element must be preceded by a comma (',')! */
-#define LIBFUSE_ADDONS ",default_permissions,kernel_cache"
+#define LIBFUSE_ADDONS ",default_permissions,allow_other,kernel_cache"
 
 
 CaptiveVfsObject *capfuse_captive_vfs_object;