| To: | xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx> |
|---|---|
| Subject: | [Xen-devel] [PATCH] fix dummy security_policy_dir |
| From: | Alex Williamson <alex.williamson@xxxxxx> |
| Date: | 2007年9月26日 17:27:41 -0600 |
| Delivery-date: | 2007年9月26日 16:28:25 -0700 |
| Envelope-to: | www-data@xxxxxxxxxxxxxxxxxx |
| List-help: | <mailto:xen-devel-request@lists.xensource.com?subject=help> |
| List-id: | Xen developer discussion <xen-devel.lists.xensource.com> |
| List-post: | <mailto:xen-devel@lists.xensource.com> |
| List-subscribe: | <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe> |
| List-unsubscribe: | <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe> |
| Organization: | OSLO R&D |
| Sender: | xen-devel-bounces@xxxxxxxxxxxxxxxxxxx |
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. Thanks, Alex Signed-off-by: Alex Williamson <alex.williamson@xxxxxx> --- diff -r 9426c74fa6e2 tools/python/xen/util/xsm/dummy/dummy.py --- a/tools/python/xen/util/xsm/dummy/dummy.py Wed Sep 26 13:40:55 2007 -0600 +++ b/tools/python/xen/util/xsm/dummy/dummy.py Wed Sep 26 17:18:20 2007 -0600 @@ -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-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: [Xen-devel] Xen Kernel Debug Tools , Ian Pratt |
|---|---|
| Next by Date: | Re: [Xen-devel] about development environment for customizing , Atsushi SAKAI |
| Previous by Thread: | [Xen-devel] migration, shared storage , Amy Griffis |
| Next by Thread: | [Xen-devel] [PATCH][RFC] making "xm dump-core" paralell , Rikiya Ayukawa |
| Indexes: | [Date] [Thread] [Top] [All Lists] |