mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-30 17:45:23 +00:00
697371c22e
Using @VARNAME@ is a normal style of automake, so lets match that. Reviewed-by: Andrea Bolognani <abologna@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
module Test_libvirtd_lxc =
|
|
@CONFIG@
|
|
|
|
test Libvirtd_lxc.lns get conf =
|
|
{ "log_with_libvirtd" = "1" }
|
|
{ "security_driver" = "selinux" }
|
|
{ "security_default_confined" = "1" }
|
|
{ "security_require_confined" = "1" }
|