services: libvirt: Change unix-sock-group default.
When accessing libvrtd remotely, polkit can't be used unless you are logged as root. Instead allow libvirt groups member access to the control socket. * gnu/services/virtualization.scm (libvirt-configuration) [unix-sock-group]: Change default from "root" to "libvirt".
This commit is contained in:
parent
d0fcce8baf
commit
4dc17cd54e
@ -172,7 +172,7 @@ stopping the Avahi daemon.")
|
||||
"Default mDNS advertisement name. This must be unique on the
|
||||
immediate broadcast network.")
|
||||
(unix-sock-group
|
||||
(string "root")
|
||||
(string "libvirt")
|
||||
"UNIX domain socket group ownership. This can be used to
|
||||
allow a 'trusted' set of users access to management capabilities
|
||||
without becoming root.")
|
||||
|
Loading…
Reference in New Issue
Block a user