From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] flask/policy: fix static device labeling examples Date: Wed, 18 Mar 2015 12:30:45 +0000 Message-ID: <1426681845.18247.362.camel@citrix.com> References: <1426085984-18653-1-git-send-email-dgdegra@tycho.nsa.gov> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YYD7a-0000Lk-R6 for xen-devel@lists.xenproject.org; Wed, 18 Mar 2015 12:30:50 +0000 In-Reply-To: <1426085984-18653-1-git-send-email-dgdegra@tycho.nsa.gov> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Daniel De Graaf Cc: xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Wed, 2015-03-11 at 10:59 -0400, Daniel De Graaf wrote: > The definitions of static device labels must be placed at the end of the > policy.conf before passing it to checkpolicy; the existing examples > (which are commented out) are in the wrong location. Create a new file > for device contexts which will place them in the proper location. > > This also removes some directions about using the xen policy type in > checkpolicy which is no longer needed. > > Reported-by: Julien Grall > Signed-off-by: Daniel De Graaf Acked + applied. Thanks.