pub const HANDOFF_INIT_IMAGE_ENTRYPOINT_CANDIDATES: &[&str];Expand description
Ordered list of image entrypoint paths that --init auto may treat
as an explicit handoff init.
This host-side list is intentionally slightly wider than
HANDOFF_INIT_AUTO_CANDIDATES: /init is common in s6-overlay
images but too broad to probe blindly inside every guest rootfs.
Matching it only when the image declares it as ENTRYPOINT keeps the
behavior image-directed.