Draft
Update Runner Doctor catalog for B13 Squid ACL gap and B9 RHEL/Amazon Linux CA mount fix#6485
Conversation
Copilot
AI
changed the title
[WIP] Update Runner Doctor catalog for B13 and B9 fixes
Update Runner Doctor catalog for B13 Squid ACL gap and B9 RHEL/Amazon Linux CA mount fix
Jul 21, 2026
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.
Runner Doctor’s 2026-07-20/21 scan surfaced two new catalog deltas: B13 needed the final Squid ACL closure beyond NO_PROXY-only fixes, and B9 needed the newer RHEL/Amazon Linux CA mount-policy citation/update. This PR updates the shared failure-mode catalog and the portable embedded catalog so triage guidance stays aligned.
B13: complete the topology/DIFC proxy fix chain
github/gh-aw-firewall#6473:difcProxyHostnow auto-added to Squid ACL allowlist viaresolveAllowedDomains()networkIsolation=true+ compose runtime (runtimeUsesComposeAgent()), excluding sbxTCP_DENIEDand generatedallowedDomains.#6473to B13 citations.B9: include mount-policy hardening for RHEL-family CA paths
github/gh-aw-firewall#6460:/etc/pki/ca-trustand/etc/pki/tlsare now in chroot mount policy, making/host/etc/pkiCA paths directly readable.#6460to B9 citations.Catalog parity guardrails
.github/workflows/shared/self-hosted-failure-modes.md.github/agents/self-hosted-runner-doctor.mdscripts/ci/self-hosted-runner-doctor-workflow.test.tsassertions to lock the new B9/B13 text/citations across shared + portable copies.