aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2012-09-18 16:28:43 +0800
committerDaniel Veillard <veillard@redhat.com>2012-09-18 16:28:43 +0800
commitb1ba47ec546daf833e586b91c2c0937c1b67c84d (patch)
tree86159f01be3f69d5b943b2cda47a2610533a4741 /src
parentnetwork: implement backend of virNetworkUpdate(IP_DHCP_HOST) (diff)
downloadlibvirt-b1ba47ec546daf833e586b91c2c0937c1b67c84d.tar.gz
libvirt-b1ba47ec546daf833e586b91c2c0937c1b67c84d.tar.bz2
libvirt-b1ba47ec546daf833e586b91c2c0937c1b67c84d.zip
Fix the augea test for qemu libvirtd options
Commit 1ccf22277be013beb3f26f0083867c9c9eddca18 forgot to add the output to the augeas test
Diffstat (limited to 'src')
-rw-r--r--src/qemu/test_libvirtd_qemu.aug.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qemu/test_libvirtd_qemu.aug.in b/src/qemu/test_libvirtd_qemu.aug.in
index eac5882d8..289220457 100644
--- a/src/qemu/test_libvirtd_qemu.aug.in
+++ b/src/qemu/test_libvirtd_qemu.aug.in
@@ -60,3 +60,4 @@ module Test_libvirtd_qemu =
{ "max_queued" = "0" }
{ "keepalive_interval" = "5" }
{ "keepalive_count" = "5" }
+{ "seccomp_sandbox" = "1" }