mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
remote: adapt augeas test case for dynamic polkit config change
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>
This commit is contained in:
parent
28a5096d69
commit
16317c2b59
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user