From: Jim Fehlig Date: Fri, 11 Sep 2020 20:55:59 +0000 (-0600) Subject: daemon: Fix a comment typo in libvirtd.conf.in X-Git-Tag: v6.8.0-rc1~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6de6d6c77141080b351c630f56ceba17eff4b1d2;p=thirdparty%2Flibvirt.git daemon: Fix a comment typo in libvirtd.conf.in Signed-off-by: Jim Fehlig --- diff --git a/src/remote/libvirtd.conf.in b/src/remote/libvirtd.conf.in index ae6207bf54..ad049f636b 100644 --- a/src/remote/libvirtd.conf.in +++ b/src/remote/libvirtd.conf.in @@ -173,7 +173,7 @@ # # If libvirt was compiled with support for 'polkit', then # the systemd .socket files will use SocketMode=0666 which -# allows any user to connect and 'auth_iunix_rw' will default +# allows any user to connect and 'auth_unix_rw' will default # to 'polkit'. If you disable use of 'polkit' here, then it # is essential to change the systemd SocketMode parameter # back to 0600, to avoid an insecure configuration.