]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
daemon: Fix a comment typo in libvirtd.conf.in
authorJim Fehlig <jfehlig@suse.com>
Fri, 11 Sep 2020 20:55:59 +0000 (14:55 -0600)
committerJim Fehlig <jfehlig@suse.com>
Fri, 11 Sep 2020 20:55:59 +0000 (14:55 -0600)
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
src/remote/libvirtd.conf.in

index ae6207bf545815c2e85cdfb4723a1f164d391d42..ad049f636bb23e9cd01468641b5a3ebd322b6a07 100644 (file)
 #
 # 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.