-
Notifications
You must be signed in to change notification settings - Fork 231
Comparing changes
Open a pull request
base repository: bootc-dev/bootc
base: v1.16.6
head repository: bootc-dev/bootc
compare: v1.16.7
- 20 commits
- 41 files changed
- 5 contributors
Commits on Jul 27, 2026
-
We've had reports treating bootc's default deference to containers-policy.json as a vulnerability, fix this by having a clear policy. Assisted-by: AI Signed-off-by: Colin Walters <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 24ee5ea - Browse repository at this point
Copy the full SHA 24ee5eaView commit details
Commits on Jul 28, 2026
-
packaging: Drop shim alongside bootupd when switching to systemd-boot
We sign and boot systemd-boot directly with our own Secure Boot test key (and for sealed images, the UKI itself); shim's chain of trust is never used in either case. Remove shim in the same rpm -e call as bootupd so it doesn't linger in test images, mirroring the same cleanup done in redhat-cop/rhel-bootc-examples#18. Package name varies by arch (shim-x64 on x86_64, shim-aa64 on aarch64), and neither package is guaranteed to be present, so detect the arch and only remove what's actually installed. Assisted-by: AI Signed-off-by: Colin Walters <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 06d8c6a - Browse repository at this point
Copy the full SHA 06d8c6aView commit details
Commits on Jul 30, 2026
-
Update bcvk-qemu digest to 74d5039
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3053759 - Browse repository at this point
Copy the full SHA 3053759View commit details -
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3bfa9dd - Browse repository at this point
Copy the full SHA 3bfa9ddView commit details -
policy: Handle absolute symlinks in system policy path resolution
cap-std refuses to follow absolute symlinks since they would escape the sandbox, returning PermissionDenied. When /etc/containers/policy.json is a symlink to e.g. /usr/share/containers/policy.json, this caused policy resolution to silently skip the file. Switch to `cap_std_ext::RootDir` that handles the above semantics by itself Test written by Claude Fixes: #2339 Signed-off-by: Pragyan Poudyal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a134e7 - Browse repository at this point
Copy the full SHA 6a134e7View commit details -
store: Support read-only /sysroot on a live ISO
We want to support at least read-only operation when mounted from a physically read-only medium (like a squashfs/EROFS for /sysroot). Check the backing block device status, and propagate its read-only state up. Generated-by: AI Signed-off-by: Colin Walters <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a05328f - Browse repository at this point
Copy the full SHA a05328fView commit details -
Update composefs-ctl digest to 0fbc853
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 080ba50 - Browse repository at this point
Copy the full SHA 080ba50View commit details -
Adapt to composefs-rs OciTransformOptions API change
The composefs-rs update added a required OciTransformOptions parameter to generate_boot_image, create_filesystem, and read_container_root. Pass Default::default() at all call sites to preserve the previous behavior (no xattr filtering). Assisted-by: AI Signed-off-by: John Eckersberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 73b4639 - Browse repository at this point
Copy the full SHA 73b4639View commit details
Commits on Aug 3, 2026
-
ci: Lower default karma for Bodhi updates
Per previous meeting, we have an ongoing conflict between the 1 week schedules for both things. Signed-off-by: Colin Walters <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for beb2e68 - Browse repository at this point
Copy the full SHA beb2e68View commit details -
tmpfiles: Canonicalize declared tmpfiles.d paths against the rootfs
It turned out that a systemd version skew caused systemd-tmpfiles to rerun, which created `/root/.ssh` - and that triggered our tmpfiles lint. We need to handle the symlink aliases more strongly - do that by walking the generated paths and comparing device/inode. Assisted-by: AI Signed-off-by: Colin Walters <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cfec5cc - Browse repository at this point
Copy the full SHA cfec5ccView commit details -
Update bcvk-qemu digest to 0954cb3
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fa6cc49 - Browse repository at this point
Copy the full SHA fa6cc49View commit details -
#1896 Signed-off-by: John Eckersberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7fa7cb6 - Browse repository at this point
Copy the full SHA 7fa7cb6View commit details -
ci: Pin tmt version (to older release) instead of always installing l…
…atest Agentic investigation points at teemtee/tmt#5068 as a recent source of flakes. Roll back to an earlier version, and pin to it which can be bumped via renovate. Signed-off-by: Colin Walters <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6abc136 - Browse repository at this point
Copy the full SHA 6abc136View commit details -
cfs/uki: Print dumpfile diff on UKI digest mismatch
If we have a UKI digest mismatch error, we now print the dumpfile diff, if a dumpfile is present at `/boot/$kver.dump` Closes: #2313 Signed-off-by: Pragyan Poudyal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f151952 - Browse repository at this point
Copy the full SHA f151952View commit details -
tmt: Add tests for UKI dumpfile diff
Signed-off-by: Pragyan Poudyal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4582743 - Browse repository at this point
Copy the full SHA 4582743View commit details -
Use the `dump_files` API to get the external dumpfile object from object store Signed-off-by: Pragyan Poudyal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for efd83cb - Browse repository at this point
Copy the full SHA efd83cbView commit details
Commits on Aug 4, 2026
-
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 504ad9b - Browse repository at this point
Copy the full SHA 504ad9bView commit details -
mount, store: Split ESP mount by access intent
`bootc install to-filesystem` writes `systemd.mount-extra=UUID=<ESP>:/boot:auto:ro` into the deployment cmdline; systemd's fstab-generator then mounts /boot ro at boot. Every subsequent `bootc status` failed with error: Status: Mounting /dev/vda1: Device or resource busy (os error 16) and any code path that writes the ESP (BLS install, UKI install, gc) would hit the same EBUSY on a pre-mounted host. Split the ESP-mount primitive into two intent-typed helpers, and thread the choice through BootedStorage so callers pick their access mode explicitly: - `mount_esp_readonly` for `bootc status` — reuses an existing mount as-is via `open_tree(OPEN_TREE_CLONE)`, safe because we're not writing. - `mount_esp_writable` for install/upgrade/gc — must produce a mount that supports writes even when the ESP is pre-mounted ro. Its implementation is refined in a follow-up commit; the primary purpose of this commit is establishing the typed API surface. `BootedStorage::new` grows an `EspAccess` argument; `status::get_host` passes `ReadOnly`, `cli::get_storage` passes `ReadWrite`. The raw `mount_esp` primitive is now module-private and only reachable through the typed wrappers. Also adds `bootc_mount::find_mount_target_by_source(dev)`, a walk over the mountinfo tree that returns the existing target path for a source device (or None), plus a table-driven unit test covering top-level, nested, absent, empty, and deeply-nested mountinfo shapes. Verified live on QEMU x86_64 (systemd 261.2, linux-qemu-6.18-bootc, /boot mounted ro via systemd.mount-extra). Before: `bootc status` fails with EBUSY. After: full YAML output and JSON output both work. Assisted-by: Claude (Opus 4.7) Fixes: #2355 Signed-off-by: Dustin Kirkland <[email protected]>Configuration menu - View commit details
-
Copy full SHA for 63a9214 - Browse repository at this point
Copy the full SHA 63a9214View commit details -
boot, mount: Fix mount_esp_writable to actually grant write access
`open_tree(OPEN_TREE_CLONE)` creates a mount that shares the original's underlying superblock, and a bind remount only clears the clone's own `MNT_READONLY` flag, never the shared superblock's `SB_RDONLY` (`do_reconfigure_mnt()` in `fs/namespace.c` says as much). So the existing `mount_esp_writable` silently produced a mount that still failed writes with `EROFS`. Verified with a loopback vfat image. Fix it to remount the *existing* mount read-write in place instead of a private clone, the same handling `open_dir_remount_rw` already gives `/sysroot`. This needs `find_mount_target_by_source` to look up mounts in the caller's own mount namespace rather than pid 1's, since bootc already runs unshared by the time these functions are called. Apply the same fix to `mount_esp_at()`, used during install. Use `rustix::mount::mount_remount()` directly instead of shelling out to `mount(8)`, matching the rest of this module. Assisted-by: AI Signed-off-by: Dustin Kirkland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9cefc88 - Browse repository at this point
Copy the full SHA 9cefc88View commit details -
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bb8fb41 - Browse repository at this point
Copy the full SHA bb8fb41View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.16.6...v1.16.7