always display world-readable subvolumes
This commit is contained in:
parent
35324ceb7c
commit
dae9c00742
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user