You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add mount hiding (umount --detach) after bind mounts
After each bind mount, perform a lazy unmount (MNT_DETACH) to hide
the mount point from other namespaces while keeping it active in
the current namespace. This matches how Hybrid Mount hides its
mounts via KSU's TryUmount API.
0 commit comments