All of lore.kernel.org
 help / color / mirror / Atom feed
From: INAKOSHI Hiroya <inakoshi.hiroya@jp.fujitsu.com>
To: xen-devel@lists.xensource.com
Subject: About xm poart of XSM-FLASK
Date: Fri, 28 Nov 2008 14:29:35 +0900	[thread overview]
Message-ID: <492F81BF.7060602@jp.fujitsu.com> (raw)

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

                 reply	other threads:[~2008-11-28  5:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=492F81BF.7060602@jp.fujitsu.com \
    --to=inakoshi.hiroya@jp.fujitsu.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.