Launcher helper needed to start programs with different user / group permissions.
More...
Launcher helper needed to start programs with different user / group permissions.
Program usage info:
USAGE: crinit-launch --cmd=/path/to/targetcmd [--user=UID --groups=GID[,SGID1,SGID2]] -- [TARGET_COMMAND_ARGUMENTS]
where ACTION must be exactly one of (including specific options/parameters):
cmd Path to the program to launch.
user UID of the user to be used to start the specified command. If not given, the user of the crinit process is
used. groups Comma separated list of GIDs that shall be used to start the specified command. The first one will be
used as the primary group, all others as suplimentary groups. If not given the group of the crinit process is used.
After the delimiter -- the arguments of the specifed command can be given, if there are any.
General Options:
--help/-h - Print this help.
--version/-V - Print version information about crinit-launch.