From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from namei.org ([65.99.196.166]:60148 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935403AbeEJSOW (ORCPT ); Thu, 10 May 2018 14:14:22 -0400 Date: Fri, 11 May 2018 04:14:20 +1000 (AEST) From: James Morris To: Matthew Garrett cc: linux-integrity@vger.kernel.org, zohar@linux.vnet.ibm.com Subject: Re: [PATCH V4 2/2] EVM: Allow runtime modification of the set of verified xattrs In-Reply-To: <20180509202811.29875-2-mjg59@google.com> Message-ID: References: <20180509202811.29875-1-mjg59@google.com> <20180509202811.29875-2-mjg59@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-integrity-owner@vger.kernel.org List-ID: On Wed, 9 May 2018, Matthew Garrett wrote: > Signed-off-by: Matthew Garrett > --- > > Updated to add support for locking down the list, and also to forbid adding > the same xattr twice. > > Documentation/ABI/testing/evm | 13 +++ > security/integrity/evm/Kconfig | 11 ++ > security/integrity/evm/evm_crypto.c | 2 +- > security/integrity/evm/evm_main.c | 6 +- > security/integrity/evm/evm_secfs.c | 153 ++++++++++++++++++++++++++-- > 5 files changed, 175 insertions(+), 10 deletions(-) Reviewed-by: James Morris -- James Morris