hsh-run(1)

HSH-RUN(1) User Commands HSH-RUN(1)

NAME

hsh-run - run the specified program within the hasher chroot

SYNOPSIS

hsh-run [options] [<path-to-workdir>] <program> [args]
hsh-run [options] --workdir=DIR <program> [args]

DESCRIPTION

hsh-run - run specified program within hasher chroot.

<path-to-workdir> must be valid hasher directory.

OPTIONS

--builder
run program as builder;
--execute=PATH
copy given script to workdir and execute it;
--hasher-priv-dir=DIR
hasher-priv directory ($def_hasher_priv_dir);
--mountpoints=LIST
comma-separated list of mount points ($known_mountpoints);
--number=NUMBER
subconfig identifier ($number);
--pty
redirect standard descriptors to controlling pty;
--rooter
run program as pseudoroot;
--shell[=SHELL]
run interactive shell;
--wait-lock
wait for workdir and hasher-priv locks ($lock_nowait);
--no-wait-lock
do not wait for workdir and hasher-priv locks ($lock_nowait);
--workdir=DIR
path to workdir to use ($workdir);
--x11-timeout=SECONDS
how long X11 authorization will be valid;
-x
disable X11 forwarding;
-X
enable X11 forwarding;
-Y
enable trusted X11 forwarding;
-q, --quiet
try to be more quiet;
-v, --verbose
print a message for each action;
-V, --version
print program version and exit;
-h, --help
show this text and exit.

Correspondent config file variable, if any, is mentioned by dollar sign at the end of option description ($like_this).

AUTHOR

Written by Dmitry V. Levin <ldv@altlinux.org> et al.

REPORTING BUGS

Report bugs to https://bugzilla.altlinux.org/

COPYRIGHT

Copyright © 2003-2022 Dmitry V. Levin <ldv@altlinux.org>
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

SEE ALSO

hsh(1).

August 2023 hasher 1.7.2