System-wide init family awareness#128
Closed
yoshi3jp wants to merge 13 commits into
Closed
Conversation
The forthcoming C++ droidspaces-socketd daemon needs a narrow private control path into the existing privileged Droidspaces daemon. Keep the native Droidspaces build unchanged by default and compile that bridge only when ENABLE_SOCKETD_BACKEND=1 is requested. This keeps the current static-musl runtime layout intact for existing users while reserving an explicit opt-in build path for the Portainer/Podman compatibility work.
Introduce the first native-C seam for the future C++ droidspaces-socketd daemon. The bridge is intentionally: * private, using a separate Linux abstract AF_UNIX socket; * opt-in, compiled only with DS_ENABLE_SOCKETD_BACKEND; * C-only, keeping C++ out of the existing runtime; * tiny, with a versioned framed protocol and root/same-UID peer gate; * dormant with respect to the existing CLI/app daemon protocol. The initial bridge implements only protocol-level PING and CAPABILITIES requests. Container listing, inspection, and lifecycle RPCs can be added on this stable framing without changing the public Docker-compatible API daemon.
Prep for WebUI compat
…ndu644#125) * Add OnePlus SM8650 Devices to supported devices list * Optimize information in documentation
Init awareness
Contributor
Author
|
Amending PR target. Closing this one. |
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.
For upcoming API formation, the system should be aware of init system within the full life cycle of the container.