It's not a _real_ pyhesiodfs if it's not accessible to everyone else.
[invirt/packages/python-routefs.git] / routefs / examples / pyhesiodfs.py
index 40ebcb2..92986a2 100755 (executable)
@@ -7,6 +7,7 @@ from routes import Mapper
 class PyHesiodFS(routefs.RouteFS):
     def __init__(self, *args, **kwargs):
         super(PyHesiodFS, self).__init__(*args, **kwargs)
 class PyHesiodFS(routefs.RouteFS):
     def __init__(self, *args, **kwargs):
         super(PyHesiodFS, self).__init__(*args, **kwargs)
+        self.fuse_args.add("allow_other", True)
         
         self.cache = {}
     
         
         self.cache = {}