From: Ian Campbell <ian.campbell@citrix.com>
To: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: xen-devel@lists.xen.org
Subject: Re: [PATCH OSSTEST] Debian: Support runvar to set flask mode
Date: Tue, 15 Dec 2015 09:19:00 +0000 [thread overview]
Message-ID: <1450171140.16856.87.camel@citrix.com> (raw)
In-Reply-To: <22127.4435.133453.324138@mariner.uk.xensource.com>
On Mon, 2015-12-14 at 18:58 +0000, Ian Jackson wrote:
> Ian Campbell writes ("[PATCH OSSTEST] Debian: Support runvar to set flask
> mode"):
> > Currently it is hardcoding to enforcing but it might be useful to
> > run with e.g. permissive or even disabled (aka dummy mode)
> ...
> > --- a/overlay/etc/grub.d/20_linux_xen
> > +++ b/overlay/etc/grub.d/20_linux_xen
> > @@ -93,7 +93,9 @@ linux_entry ()
> > if test ! -e "${xen_dirname}/${xenpolicy}" ; then
> > return
> > fi
> > - xen_args=`echo $xen_args flask=enforcing`
> > + if test -n "${GRUB_XEN_FLASK_MODE}" ; then
> > + xen_args=`echo $xen_args flask=${GRUB_XEN_FLASK_MODE}`
> > + fi
>
> I thought we were hoping to eventually do away with our copy of this
> file. Has this change gone upstream ?
Sadly there has not been a peep from the maintainers on http://savannah.gnu
.org/bugs/?43420
Perhaps we should also send the patch to the upstream ML?
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
next prev parent reply other threads:[~2015-12-15 9:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-14 17:23 [PATCH OSSTEST] Debian: Support runvar to set flask mode Ian Campbell
2015-12-14 18:58 ` Ian Jackson
2015-12-15 9:19 ` Ian Campbell [this message]
2016-01-04 16:41 ` Ian Jackson
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=1450171140.16856.87.camel@citrix.com \
--to=ian.campbell@citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=xen-devel@lists.xen.org \
/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.