Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/185'
Browse files Browse the repository at this point in the history
* origin/pr/185:
  docs: qrexec-client accepts user:command not command

Pull request description:

     qrexec-client -d untrusted command

fails, but

    qrexec-client -d untrusted user:command

works.

We could also mention that `DEFAULT` is accepted for user.
  • Loading branch information
marmarek committed Jan 11, 2025
2 parents 6077a10 + 24c2d37 commit b40d3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/qrexec-client.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ _Noreturn static void usage(const char *const name, int status)
"usage: %s [options] -d domain_name ["
"-l local_prog|"
"-c request_id,src_domain_name,src_domain_id|"
"-e] remote_cmdline\n"
"-e] user:remote_cmdline\n"
"Options:\n"
" -h, --help - display usage\n"
" -e - exit after sending cmd\n"
Expand Down

0 comments on commit b40d3da

Please sign in to comment.