mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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>