I think the reason is that snap-confine
contains hard-coded logic that bind mounts /home into the execution environment. We could take the more generalized @{HOMEDIRS}/
rule but we would not automatically bind mount, for example /foo/bar
.
I think the reason is that snap-confine
contains hard-coded logic that bind mounts /home into the execution environment. We could take the more generalized @{HOMEDIRS}/
rule but we would not automatically bind mount, for example /foo/bar
.