|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] xend: Fix dummy security_policy_dir.
# HG changeset patch
# User Keir Fraser <keir@xxxxxxxxxxxxx>
# Date 1190902949 -3600
# Node ID 98d97e3ad29a9e15e6033625dbafd0538133dc36
# Parent b220ea0a2febf01ae86b073e3be24bd5ad479052
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@xxxxxx>
---
tools/python/xen/util/xsm/dummy/dummy.py | 1 +
1 files changed, 1 insertion(+)
diff -r b220ea0a2feb -r 98d97e3ad29a tools/python/xen/util/xsm/dummy/dummy.py
--- a/tools/python/xen/util/xsm/dummy/dummy.py Thu Sep 27 15:13:54 2007 +0100
+++ b/tools/python/xen/util/xsm/dummy/dummy.py Thu Sep 27 15:22:29 2007 +0100
@@ -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;
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] xend: Fix dummy security_policy_dir.,
Xen patchbot-unstable <=
|
|
|
|
|