From: Daniel Veillard Date: Tue, 18 Sep 2012 08:28:43 +0000 (+0800) Subject: Fix the augea test for qemu libvirtd options X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b1ba47ec546daf833e586b91c2c0937c1b67c84d;p=people%2Fliuw%2Flibxenctrl-split%2Flibvirt.git Fix the augea test for qemu libvirtd options Commit 1ccf22277be013beb3f26f0083867c9c9eddca18 forgot to add the output to the augeas test --- 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" }