[codex] Package the native debug launcher with settings - #285
Draft
AFOliveira wants to merge 7 commits into
Draft
Conversation
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.
Packages the native debug authorization boundary from omarchy#9477. Previously this companion only moved a shared library and would still install the unsupported Bash payload as the public command.
This branch now builds on #257's settings ownership and exact runtime/settings version pairing. Settings compiles and checks a static PIE launcher, installs it root-owned 0755 at
/usr/bin/omarchy-debug, installs the Bash collector at the fixed/usr/lib/omarchy/omarchy-debug-collectorpath, and ships its CLI metadata sidecar. Runtime packages exclude these settings-owned commands and preserve the shared helper's sole owner. The stable pair advances together to pkgrel3.At packaging
a1de198with exact sourcef57934c1, all four package variants built. Archive inspection and independent Daybreak review confirmed ELF static PIE/no interpreter or needed shared libraries, non-executable stack, RELRO/NOW, collector/metadata hashes, ownership and exact pair dependencies. The matched x86_64 4.0.2-3 archives installed successfully in the disposable VM: help/JSON routing passed,--no-sudoused zero prompts, normal dmesg collection used one, both produced private logs, and sudo authorization was revoked afterward.Release gate: the stable
_commit=346e69e1lacks the new launcher, metadata and #257 companion support. Advance all coordinated source pins/checksums after the upstream source lands and rebuild withoutOMARCHY_SRC; do not release this recipe against the old pin. These successful builds deliberately used the candidate override with dependency checking skipped. Fresh ISO and aarch64 are still unvalidated. Remains draft.