diff --git a/copyparty/authsrv.py b/copyparty/authsrv.py index 2cd0c749..e7aa00bb 100644 --- a/copyparty/authsrv.py +++ b/copyparty/authsrv.py @@ -104,7 +104,7 @@ class VFS(object): real.sort() if not rem: for name, vn2 in sorted(self.nodes.items()): - if uname in vn2.uread: + if uname in vn2.uread or "*" in vn2.uread: virt_vis[name] = vn2 # no vfs nodes in the list of real inodes