mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 01:45:17 +00:00
41537dd09a
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>