mirror of
https://github.com/9001/copyparty.git
synced 2025-11-03 05:23:31 +00:00
always display world-readable subvolumes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user