]> xenbits.xensource.com Git - libvirt.git/commitdiff
man: virt-admin: Remove misleading paragraph about unix socket permissions
authorPeter Krempa <pkrempa@redhat.com>
Thu, 20 Jan 2022 17:17:47 +0000 (18:17 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 21 Jan 2022 10:11:28 +0000 (11:11 +0100)
The socket permissions are controlled by 'unix_sock_admin_perms', but
regardless the code requires that 'geteuid() != clientuid' to allow
clients thus it doesn't make sense to make users aware of it.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
docs/manpages/virt-admin.rst

index 940a38bfcea5e53884fe133c49499fa8be9fb9b9..fff65cf9a714f3c8cd1b98afbb13b6316270606b 100644 (file)
@@ -91,11 +91,7 @@ NOTES
 =====
 
 Running ``virt-admin`` requires root privileges due to the
-communications channels used to talk to the daemon. Consider changing the
-*unix_sock_group* ownership setting to grant access to specific set of users
-or modifying *unix_sock_rw_perms* permissions. Daemon configuration file
-provides more information about setting permissions.
-
+communications channels used to talk to the daemon.
 
 GENERIC COMMANDS
 ================