aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKeir Fraser <keir@xensource.com>2007-09-27 15:22:29 +0100
committerKeir Fraser <keir@xensource.com>2007-09-27 15:22:29 +0100
commita0d123d8045fcd2acb911969cb14ee4b2e106b01 (patch)
tree1431213c235fd7aec5892a43d8079b91e0216514 /tools
parentaa6e10191d82a8d3f665891bd34726049b1836a1 (diff)
downloadxen-a0d123d8045fcd2acb911969cb14ee4b2e106b01.tar.gz
xen-a0d123d8045fcd2acb911969cb14ee4b2e106b01.tar.bz2
xen-a0d123d8045fcd2acb911969cb14ee4b2e106b01.zip
xend: Fix dummy security_policy_dir.
Changeset 15951:ad339d88639d split policy_dir_prefix into security_dir_prefix and policy_dir_prefix in acm code. I think this needs to be reflected in the dummy module as well (otherwise we blowup when bootloader.py tries to reference security.security_dir_prefix). Fixed in below patch. Signed-off-by: Alex Williamson <alex.williamson@hp.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/python/xen/util/xsm/dummy/dummy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/python/xen/util/xsm/dummy/dummy.py b/tools/python/xen/util/xsm/dummy/dummy.py
index 04966e4daf..42a41b36c9 100644
--- a/tools/python/xen/util/xsm/dummy/dummy.py
+++ b/tools/python/xen/util/xsm/dummy/dummy.py
@@ -6,6 +6,7 @@ class XSMError(Exception):
def __str__(self):
return repr(self.value)
+security_dir_prefix = "";
policy_dir_prefix = "";
active_policy = "";
NULL_SSIDREF = 0;