diff options
author | Liu Yiding | 2022-04-21 11:51:51 +0200 |
---|---|---|
committer | Stefan Hajnoczi | 2022-04-21 12:05:15 +0200 |
commit | d45c83328feab2e4083991693160f0a417cfd9b0 (patch) | |
tree | 74c28b134ba43fb621c1f91d107f744f577866d2 /tools | |
parent | contrib/vhost-user-blk: add missing GOptionEntry NULL terminator (diff) | |
download | qemu-d45c83328feab2e4083991693160f0a417cfd9b0.tar.gz qemu-d45c83328feab2e4083991693160f0a417cfd9b0.tar.xz qemu-d45c83328feab2e4083991693160f0a417cfd9b0.zip |
virtiofsd: Add docs/helper for killpriv_v2/no_killpriv_v2 option
virtiofsd has introduced killpriv_v2/no_killpriv_v2 for a while. Add
description of it to docs/helper.
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Message-Id: <20220421095151.2231099-1-liuyd.fnst@fujitsu.com>
[Small documentation fixes: s/as client supports/as the client supports/
and s/. /. /.
--Stefan]
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/virtiofsd/helper.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/virtiofsd/helper.c b/tools/virtiofsd/helper.c index e226fc590f..f8981e5bdf 100644 --- a/tools/virtiofsd/helper.c +++ b/tools/virtiofsd/helper.c @@ -188,6 +188,9 @@ void fuse_cmdline_help(void) " -o announce_submounts Announce sub-mount points to the guest\n" " -o posix_acl/no_posix_acl Enable/Disable posix_acl. (default: disabled)\n" " -o security_label/no_security_label Enable/Disable security label. (default: disabled)\n" + " -o killpriv_v2/no_killpriv_v2\n" + " Enable/Disable FUSE_HANDLE_KILLPRIV_V2.\n" + " (default: enabled as long as client supports it)\n" ); } |