Cordon::ConfirmReport
Result of Runner#confirm: a live check that a sandbox runner not only is present (see Runner#available?) but actually enforces isolation on this host. Presence and enforcement are different things — a runner can be installed and still fail at runtime (disabled kernel features, a restrictive AppArmor/SELinux profile, a container without the right capabilities), sometimes without ever raising, e.g. exiting 0 without actually confining the process.
Constructors
Instance methods
hint
Sourceok?
True only if every probe that actually ran passed, and at least one probe ran at all. A report where every probe was skipped (e.g. no network tool found) is inconclusive, not confirmed — ok? is false, distinct from a probe actively failing.
probes
Sourcerunner_name
Source