]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
remote: adapt augeas test case for dynamic polkit config change
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 3 Sep 2020 14:54:28 +0000 (15:54 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 3 Sep 2020 15:37:17 +0000 (16:37 +0100)
We need to use @default_auth@ in the augeas test case to match
its use in the main libvirtd.conf.in file.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/remote/test_libvirtd.aug.in

index 1e17397af6734a0cbbb308ad106581e54197516d..56c4487a0194a609cfe8021f027042255fa7918a 100644 (file)
@@ -14,8 +14,8 @@ module Test_@DAEMON_NAME@ =
         { "unix_sock_rw_perms" = "0770" }
         { "unix_sock_admin_perms" = "0700" }
         { "unix_sock_dir" = "@runstatedir@/libvirt" }
-        { "auth_unix_ro" = "none" }
-        { "auth_unix_rw" = "none" }
+        { "auth_unix_ro" = "@default_auth@" }
+        { "auth_unix_rw" = "@default_auth@" }
 @CUT_ENABLE_IP@
         { "auth_tcp" = "sasl" }
         { "auth_tls" = "none" }