Commit 8839e84
fix: ship etc/containers/{storage,containers}.conf.d drop-ins (gitignore allowlist)
The .gitignore rule `etc/containers/*` blocked everything outside
`/etc/containers/systemd/`, so two MiOS-authored config drop-ins
created in earlier commits never actually reached origin:
- etc/containers/storage.conf.d/30-mios-additionalstores.conf
(rootful build store -> rootless distrobox image bridge; the
Universal Blue / Bazzite additionalimagestores pattern)
- etc/containers/containers.conf.d/30-mios-rootless-network.conf
(default_rootless_network_cmd = "slirp4netns" so rootless Quadlets
work on hosts without /dev/net/tun -- specifically MiOS-DEV WSL2)
Per the MiOS-DEV feature-parity invariant (mios_dev_parity.md): both
drop-ins are unconditional, not WSL-gated. The substrate must support
running every Quadlet the deployed image runs; gating Quadlets off
inside the builder is the wrong direction.
Adds explicit allowlists for `storage.conf.d/30-mios-*` and
`containers.conf.d/30-mios-*` to mirror the existing systemd/mios*
allowlist, and ships the two .conf files that were created on disk
but never tracked.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 6faf6fd commit 8839e84
3 files changed
Lines changed: 68 additions & 0 deletions
File tree
- etc/containers
- containers.conf.d
- storage.conf.d
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
111 | 122 | | |
112 | 123 | | |
113 | 124 | | |
| |||
Lines changed: 35 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments