Skip to content

Comments

feat: ship default bundles and improve runtime safety#152

Open
tomatyss wants to merge 5 commits intomainfrom
feat/debian-install-setup
Open

feat: ship default bundles and improve runtime safety#152
tomatyss wants to merge 5 commits intomainfrom
feat/debian-install-setup

Conversation

@tomatyss
Copy link
Owner

@tomatyss tomatyss commented Feb 2, 2026

Summary

  • TODO: Describe the change and motivation.

Testing

  • TODO: List manual or automated tests run.

Checklist

  • Tests added or updated
  • Docs updated
  • Linked issue referenced

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f702d76264

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +47 to +49
if command -v su >/dev/null 2>&1; then
su -s /bin/sh "$user" -c "$*"
return

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Preserve command quoting in su fallback

In scripts/acceptance_debian_container.sh, the su fallback uses su ... -c "$*", which flattens arguments and loses the original quoting. When runuser is unavailable (e.g., minimal containers), a call like run_as_user runloop sh -c "umask 0002; ..." becomes sh -c umask 0002; ..., so the umask runs in a child shell and does not apply to the actual runloopd/rlp command; more complex arguments with spaces or metacharacters can also be misparsed. This can make the acceptance script behave differently (e.g., default umask, unexpected command parsing) on hosts that lack runuser.

Useful? React with 👍 / 👎.

Wrap ops doc line to satisfy markdown lint.

Signed-off-by: Ivan Iufriakov <tomatyss@gmail.com>
Ignore CONTINUITY.md in git.

Signed-off-by: Ivan Iufriakov <tomatyss@gmail.com>
Remove CONTINUITY.md from git index so .gitignore applies.

Signed-off-by: Ivan Iufriakov <tomatyss@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant