install/podstorage: Fix leak of overlay mount
Open
area/install
area/skopeo-podman
triaged
- Dominant language
- Rust
- Stars
- 2.3k
- Forks
- 230
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 38
Description
Reworking the test suite I see
```
---- Install and verify selinux state ----
No SELinux label found for: "bootc/storage/overlay-layers/f8535836adcfdf205e158fa9cc22844629c78d38940edf6b2a264a013bb7240b.tar-split.gz"
```
I think this is because something in podstorage.rs is leaking a mount point for `bootc/storage` (c/storage makes one) and this is causing the recursive SELinux relabeling traversal to skip it.
Contributor guide
Assessment
This issue has not been assessed yet.