From c51cd0cd69db01aece9c56297b8a086fdeec4645 Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Thu, 5 Jan 2017 16:12:36 +0100 Subject: [PATCH] docs: Reference the right config option Signed-off-by: Martin Kletzander --- docs/auth.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth.html.in b/docs/auth.html.in index 487c3aad79..08feacc2e3 100644 --- a/docs/auth.html.in +++ b/docs/auth.html.in @@ -173,7 +173,7 @@ the libvirt daemon.

UNIX socket PolicyKit auth

If libvirt contains support for PolicyKit, then access control options are -more advanced. The unix_sock_auth parameter will default to +more advanced. The auth_unix_rw parameter will default to polkit, and the file permissions will default to 0777 even on the RW socket. Upon connecting to the socket, the client application will be required to identify itself with PolicyKit. The default policy for the -- GitLab