From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757779AbdEOUsh (ORCPT ); Mon, 15 May 2017 16:48:37 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:35214 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752431AbdEOUse (ORCPT ); Mon, 15 May 2017 16:48:34 -0400 Date: Mon, 15 May 2017 13:48:31 -0700 From: Christoph Hellwig To: Sebastien Buisson Cc: linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, selinux@tycho.nsa.gov, serge@hallyn.com, james.l.morris@oracle.com, eparis@parisplace.org, sds@tycho.nsa.gov, paul@paul-moore.com, Sebastien Buisson Subject: Re: [PATCH v4 1/2] selinux: add brief info to policydb Message-ID: <20170515204831.GA9744@infradead.org> References: <1494872563-12467-1-git-send-email-sbuisson@ddn.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1494872563-12467-1-git-send-email-sbuisson@ddn.com> User-Agent: Mutt/1.8.0 (2017-02-23) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Add security_policy_brief hook to give access to policy brief to > the rest of the kernel. Lustre client makes use of this information > to detect changes to the policy, and forward it to Lustre servers. > Depending on how the policy is enforced on Lustre client side, > Lustre servers can refuse connection. NAK for any core kernel hooks for code that is purely in staging.