8static constexpr std::string_view chrootHelperName =
"__run_in_chroot";
10void chrootHelper(
int argc,
char ** argv);
12enum struct UseSearchPath { Use, DontUse };
14void runProgramInStore(
16 UseSearchPath useSearchPath,
17 const std::string & program,
19 std::optional<std::string_view> system = std::nullopt