You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a buildsystem where we run a "supermin" VM that
doesn't use systemd as pid1. There's no reason to hard
require systemd for this. This check isn't fully correct because
it will allow things to pass if someone does `podman run --init`
to make us pid2, but still in a userns. In theory we could detect
that in the future.
Signed-off-by: Colin Walters <[email protected]>
0 commit comments