From b1ba47ec546daf833e586b91c2c0937c1b67c84d Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 18 Sep 2012 16:28:43 +0800 Subject: [PATCH] Fix the augea test for qemu libvirtd options Commit 1ccf22277be013beb3f26f0083867c9c9eddca18 forgot to add the output to the augeas test --- src/qemu/test_libvirtd_qemu.aug.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qemu/test_libvirtd_qemu.aug.in b/src/qemu/test_libvirtd_qemu.aug.in index eac5882d84..289220457c 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" }