hurdextras-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to libfuse/main.c


From: Stefan Siegl
Subject: Changes to libfuse/main.c
Date: Sat, 10 Dec 2005 09:02:43 -0500

Index: libfuse/main.c
diff -u libfuse/main.c:1.13 libfuse/main.c:1.14
--- libfuse/main.c:1.13 Tue Dec  6 14:25:03 2005
+++ libfuse/main.c      Sat Dec 10 14:02:42 2005
@@ -58,6 +58,9 @@
   if(! strcmp(option, "use_ino"))
     libfuse_params.use_ino = 1;
 
+  else if(! strcmp(option, "default_permissions"))
+    libfuse_params.deflt_perms = 1;
+
   else if(! strcmp(option, "allow_other"))
     libfuse_params.allow_other = 1;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]