qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 4/5] qemu-options: Replace the word 'blacklist'


From: Thomas Huth
Subject: Re: [PATCH v3 4/5] qemu-options: Replace the word 'blacklist'
Date: Thu, 4 Mar 2021 06:36:23 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0

On 03/03/2021 19.46, Philippe Mathieu-Daudé wrote:
Follow the inclusive terminology from the "Conscious Language in your
Open Source Projects" guidelines [*] and replace the word "blacklist"
appropriately.

[*] https://github.com/conscious-lang/conscious-lang-docs/blob/main/faq.md

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
  qemu-options.hx | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/qemu-options.hx b/qemu-options.hx
index 252db9357ca..8462dc5f158 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -4299,12 +4299,12 @@ DEF("sandbox", HAS_ARG, QEMU_OPTION_sandbox, \
      "                use 'obsolete' to allow obsolete system calls that are 
provided\n" \
      "                    by the kernel, but typically no longer used by 
modern\n" \
      "                    C library implementations.\n" \
-    "                use 'elevateprivileges' to allow or deny QEMU process to 
elevate\n" \
-    "                    its privileges by blacklisting all set*uid|gid system 
calls.\n" \
+    "                use 'elevateprivileges' to allow or deny the QEMU process 
ability\n" \
+    "                    to elevate privileges using set*uid|gid system 
calls.\n" \
      "                    The value 'children' will deny set*uid|gid system calls 
for\n" \
      "                    main QEMU process but will allow forks and execves to run 
unprivileged\n" \
      "                use 'spawn' to avoid QEMU to spawn new threads or processes 
by\n" \
-    "                     blacklisting *fork and execve\n" \
+    "                     blocking *fork and execve\n" \
      "                use 'resourcecontrol' to disable process affinity and 
schedular priority\n",
      QEMU_ARCH_ALL)
  SRST


Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]