From dae9c00742b88b3b1560ef4b3e05565851eef47f Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 4 Dec 2020 23:28:18 +0100 Subject: [PATCH] always display world-readable subvolumes --- copyparty/authsrv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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