From: Greg Farnum Date: Thu, 24 Sep 2009 18:48:01 +0000 (-0700) Subject: fuse: have FUSE enforce permissions X-Git-Tag: v0.16~71 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ad3a7be90def6cc53e04bc2048c5cc24b3ea507d;p=ceph.git fuse: have FUSE enforce permissions --- diff --git a/src/client/fuse_ll.cc b/src/client/fuse_ll.cc index aa917b66e1fc..440cffa3984c 100644 --- a/src/client/fuse_ll.cc +++ b/src/client/fuse_ll.cc @@ -477,6 +477,9 @@ int ceph_fuse_ll_main(Client *c, int argc, const char *argv[]) newargv[newargc++] = "-o"; newargv[newargc++] = "allow_other"; + newargv[newargc++] = "-o"; + newargv[newargc++] = "default_permissions"; + //newargv[newargc++] = "-d"; for (int argctr = 1; argctr < argc; argctr++) newargv[newargc++] = argv[argctr];