# NB, must pass the --listen flag to the libvirtd process for this to
# have any effect.
#
+# This setting is not required or honoured if using systemd socket
+# activation.
+#
# It is necessary to setup a CA and issue server certificates before
# using this capability.
#
# NB, must pass the --listen flag to the libvirtd process for this to
# have any effect.
#
+# This setting is not required or honoured if using systemd socket
+# activation.
+#
# Using the TCP socket requires SASL authentication by default. Only
# SASL mechanisms which support data encryption are allowed. This is
# DIGEST_MD5 and GSSAPI (Kerberos5)
# Override the port for accepting secure TLS connections
# This can be a port number, or service name
#
+# This setting is not required or honoured if using systemd socket
+# activation with systemd version >= 227
+#
#tls_port = "16514"
# Override the port for accepting insecure TCP connections
# This can be a port number, or service name
#
+# This setting is not required or honoured if using systemd socket
+# activation with systemd version >= 227
+#
#tcp_port = "16509"
# Override the default configuration which binds to all network
# interfaces. This can be a numeric IPv4/6 address, or hostname
#
+# This setting is not required or honoured if using systemd socket
+# activation.
+#
# If the libvirtd service is started in parallel with network
# startup (e.g. with systemd), binding to addresses other than
# the wildcards (0.0.0.0/::) might not be available yet.
# allow a 'trusted' set of users access to management capabilities
# without becoming root.
#
+# This setting is not required or honoured if using systemd socket
+# activation.
+#
# This is restricted to 'root' by default.
#unix_sock_group = "libvirt"
# Set the UNIX socket permissions for the R/O socket. This is used
# for monitoring VM status only
#
+# This setting is not required or honoured if using systemd socket
+# activation.
+#
# Default allows any user. If setting group ownership, you may want to
# restrict this too.
#unix_sock_ro_perms = "0777"
# Set the UNIX socket permissions for the R/W socket. This is used
# for full management of VMs
#
+# This setting is not required or honoured if using systemd socket
+# activation.
+#
# Default allows only root. If PolicyKit is enabled on the socket,
# the default will change to allow everyone (eg, 0777)
#
# Set the UNIX socket permissions for the admin interface socket.
#
+# This setting is not required or honoured if using systemd socket
+# activation.
+#
# Default allows only owner (root), do not change it unless you are
# sure to whom you are exposing the access to.
#unix_sock_admin_perms = "0700"
# Set the name of the directory in which sockets will be found/created.
+#
+# This setting is not required or honoured if using systemd socket
+# activation with systemd version >= 227
+#
#unix_sock_dir = "/var/run/libvirt"