man: virt-admin: Remove misleading paragraph about unix socket permissions

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>
This commit is contained in:
Peter Krempa 2022-01-20 18:17:47 +01:00
parent 6cb131e5cb
commit 41537dd09a

View File

@ -91,11 +91,7 @@ NOTES
===== =====
Running ``virt-admin`` requires root privileges due to the Running ``virt-admin`` requires root privileges due to the
communications channels used to talk to the daemon. Consider changing the communications channels used to talk to the daemon.
*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.
GENERIC COMMANDS GENERIC COMMANDS
================ ================