Clean up fuse bind mount on parent user when clone profile goes away
Currently, when fuse bpf is disabled, when clone profile gets removed,
we try to unbind mounts we created between clone profile
and parent user only on clone profile. Not unbinding mounts for parent
profile emulated volume, would keep fuse daemon of clone profile alive.
Hence, this would prevent any further mounts for the same
emulated volume of the same clone profile, as we will assume there is
already running fuse daemon.
Bug: 401029618
Test: Manual
Flag: EXEMPT bugfix
Change-Id: I0b794e488b34ee8ed110aa847344b14f305ce728
2 files changed