WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] About xm poart of XSM-FLASK

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] About xm poart of XSM-FLASK
From: INAKOSHI Hiroya <inakoshi.hiroya@xxxxxxxxxxxxxx>
Date: Fri, 28 Nov 2008 14:29:35 +0900
Delivery-date: Thu, 27 Nov 2008 21:30:44 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.18 (Windows/20081105)
Hi,

I'm giving a try for XSM-FLASK, but I could not find its xm part in the
xen-unstable tree. When I tried to create a guest with FLASK enabled, xm
showed the following error and xend had its detail in xend.log:

# xm create /etc/xen/guest3_pv
Internal error: 'security_label'.

In /var/log/xen/xend.log,

[2008-11-17 18:27:04 4269] ERROR (XendDomainInfo:470) VM start failed
Traceback (most recent call last):
  File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 449, in start
    XendTask.log_progress(0, 30, self._constructDomain)
  File "//usr/lib/python/xen/xend/XendTask.py", line 209, in log_progress
    retval = func(*args, **kwds)
  File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 2084, in
_constructDomain
    ssidref = security.calc_dom_ssidref_from_info(self.info)
  File "//usr/lib/python/xen/util/xsm/flask/flask.py", line 34, in
calc_dom_ssidref_from_info
    ssidref = label2ssidref(info['security_label'], "", "")
KeyError: 'security_label'


Obviously, xend requires a security_label through Xen-API. Then I tried
to find some codes in xm that handle security_label, but I had no luck.

Am I totally incorrect?

Is there a way to bring up a guest with a FLASK's security_label
assinged? And I'd be happy if someone tells me where any document on
FLASK is, since I don't find one in either the xen-unstable tree or the
Xen wiki.

Regards,
Hiroya




_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] About xm poart of XSM-FLASK, INAKOSHI Hiroya <=