summaryrefslogtreecommitdiffstats
path: root/docs/interop/dbus.rst
diff options
context:
space:
mode:
authorzhaolichang2020-09-17 09:50:22 +0200
committerLaurent Vivier2020-09-17 20:37:13 +0200
commit76ca4b58c295e154dfe9c2405141e81ce928c19c (patch)
tree806fd5f82b82da76bef70540867cf902f6fa4496 /docs/interop/dbus.rst
parentmigration/: fix some comment spelling errors (diff)
downloadqemu-76ca4b58c295e154dfe9c2405141e81ce928c19c.tar.gz
qemu-76ca4b58c295e154dfe9c2405141e81ce928c19c.tar.xz
qemu-76ca4b58c295e154dfe9c2405141e81ce928c19c.zip
docs/: fix some comment spelling errors
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the docs folder. Signed-off-by: zhaolichang <zhaolichang@huawei.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20200917075029.313-4-zhaolichang@huawei.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'docs/interop/dbus.rst')
-rw-r--r--docs/interop/dbus.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/interop/dbus.rst b/docs/interop/dbus.rst
index 76a5bde625..be596d3f41 100644
--- a/docs/interop/dbus.rst
+++ b/docs/interop/dbus.rst
@@ -57,7 +57,7 @@ Depending on the use case, you may choose different scenarios:
- Everything the same UID
- Convenient for developers
- - Improved reliability - crash of one part doens't take
+ - Improved reliability - crash of one part doesn't take
out entire VM
- No security benefit over traditional QEMU, unless additional
unless additional controls such as SELinux or AppArmor are
@@ -87,7 +87,7 @@ For example, to allow only ``qemu`` user to talk to ``qemu-helper``
</policy>
-dbus-daemon can also perfom SELinux checks based on the security
+dbus-daemon can also perform SELinux checks based on the security
context of the source and the target. For example, ``virtiofs_t``
could be allowed to send a message to ``svirt_t``, but ``virtiofs_t``
wouldn't be allowed to send a message to ``virtiofs_t``.