From: Richard Henderson <richard.henderson@linaro.org>
To: Michael Tokarev <mjt@tls.msk.ru>, qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>, Eric Blake <eblake@redhat.com>
Subject: Re: [PATCH 2/8] os-posix: create and export os_set_runas()
Date: Fri, 1 Sep 2023 13:11:08 -0700 [thread overview]
Message-ID: <8ff95ccc-306b-725f-f4fa-7a5f058b300f@linaro.org> (raw)
In-Reply-To: <20230901101302.3618955-3-mjt@tls.msk.ru>
On 9/1/23 03:12, Michael Tokarev wrote:
> +/*
> + * Prepare to change user ID. optarg can be one of 3 forms:
> + * - a username, in which case user ID will be changed to its uid,
> + * with primary and supplementary groups set up too;
> + * - a nemeric uid, in which case only the uid will be set;
numeric.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
next prev parent reply other threads:[~2023-09-01 20:11 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-01 10:12 [PATCH 0/8] move softmmu options processing from os-posix.c to vl.c Michael Tokarev
2023-09-01 10:12 ` [PATCH 1/8] include/sysemu/os-posix.h: move *daemonize* declarations together Michael Tokarev
2023-09-01 10:12 ` [PATCH 2/8] os-posix: create and export os_set_runas() Michael Tokarev
2023-09-01 20:11 ` Richard Henderson [this message]
2023-09-01 10:12 ` [PATCH 3/8] os-posix.c: create and export os_set_chroot() Michael Tokarev
2023-09-01 10:12 ` [PATCH 4/8] os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init() Michael Tokarev
2023-09-01 10:12 ` [PATCH 5/8] os-posix.c: move code around Michael Tokarev
2023-09-01 10:13 ` [PATCH 6/8] os-posix.c: remove unneeded #includes Michael Tokarev
2023-09-01 10:13 ` [PATCH 7/8] softmmu/vl.c: inline include/qemu/qemu-options.h into vl.c Michael Tokarev
2023-09-01 10:13 ` [PATCH 8/8] util/async-teardown.c: move to softmmu/, only build it when system build is requested Michael Tokarev
2023-09-01 21:44 ` [PATCH 0/8] move softmmu options processing from os-posix.c to vl.c Paolo Bonzini
2023-09-05 14:34 ` Eric Blake
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8ff95ccc-306b-725f-f4fa-7a5f058b300f@linaro.org \
--to=richard.henderson@linaro.org \
--cc=eblake@redhat.com \
--cc=mjt@tls.msk.ru \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).