From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 1/3] flask/policy: updates from osstest runs Date: Wed, 27 May 2015 09:13:17 +0100 Message-ID: <1432714397.14664.153.camel@citrix.com> References: <1432664009-10532-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 1YxWSo-00025J-CQ for xen-devel@lists.xenproject.org; Wed, 27 May 2015 08:13:22 +0000 In-Reply-To: <1432664009-10532-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, wei.liu2@citrix.com List-Id: xen-devel@lists.xenproject.org On Tue, 2015-05-26 at 14:13 -0400, Daniel De Graaf wrote: > Migration and HVM domain creation both trigger AVC denials that should > be allowed in the default policy; add these rules. > > Guest console writes need to be either allowed or denied without audit > depending on the decision of the local administrator; introduce a policy > boolean to switch between these possibilities. > > Reported-by: Wei Liu > Signed-off-by: Daniel De Graaf Acked-by: Ian Campbell