From 8917832a55d01ea649c7d6a0265ccb3177098280 Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Wed, 18 Oct 2006 16:08:58 +0100 Subject: [TPM] Allow all tests of the xm test suite to be run when ACM security is turned on in hypervisor. This is done by implicitly labeling VMs and resources if they have not been labeled through explicit calls. To allow the xm tests suite to label resources automatically, run ./configure --enable-full-labeling once. To turn it off, the '--enable-full-labeling' parameter should be omitted. Signed-off-by: Stefan Berger --- tools/xm-test/runtest.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/xm-test/runtest.sh') diff --git a/tools/xm-test/runtest.sh b/tools/xm-test/runtest.sh index 9e11824b80..2bcc46110f 100755 --- a/tools/xm-test/runtest.sh +++ b/tools/xm-test/runtest.sh @@ -197,6 +197,8 @@ run=yes unsafe=no GROUPENTERED=default +cp -f tests/security-acm/xm-test-security_policy.xml /etc/xen/acm-security/policies + # Resolve options while [ $# -gt 0 ] do -- cgit v1.2.3