Conversation
bryanwieg
force-pushed
the
agent/restore-os-bind-rp-installer
branch
from
August 28, 2026 20:35
3292729 to
b996098
Compare
bryanwieg
force-pushed
the
agent/restore-os-bind-rp-installer
branch
from
August 28, 2026 20:41
b996098 to
ecd95c6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
os-bind-rpinstaller and its focused regression suiteWhy
The installer had disappeared from the checked-out lineage even though a
hardened version existed in later repository history. Review of that version
found additional trust, consent, documentation, and root-filesystem safety
gaps, which this branch fixes before restoring the public installation path.
Impact
Operators can again install with the documented
fetch ... | shentry point.The installer verifies exact package archives and transaction shapes, refuses
unapproved BIND mutations, preserves recovery state, and uses private scratch
directories. The manual path stages and fingerprint-verifies the repository
key before atomically replacing the trusted key.
Validation
sh -n scripts/install-os-bind-rp.shshellcheck scripts/install-os-bind-rp.shgit diff --check380033897d39736cae054f4516ca0a26e646e0a6fb3e1e6c183bb6477a5e157eexecuted successfully on HA-2; exact package checksums passed and BIND remained running with the same PIDThe worktree is intentionally retained for review follow-up.