From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1,USER_IN_DEF_DKIM_WL autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5F946C2BA17 for ; Mon, 6 Apr 2020 18:59:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2A2CA206B8 for ; Mon, 6 Apr 2020 18:59:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b="EfKpfQ9f" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726380AbgDFS7L (ORCPT ); Mon, 6 Apr 2020 14:59:11 -0400 Received: from linux.microsoft.com ([13.77.154.182]:45324 "EHLO linux.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725876AbgDFS7L (ORCPT ); Mon, 6 Apr 2020 14:59:11 -0400 Received: by linux.microsoft.com (Postfix, from userid 1033) id 6557920B4737; Mon, 6 Apr 2020 11:59:10 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 6557920B4737 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1586199550; bh=8+4SIzp738pVoCmLOrnJS6Dy5LRKKuCLugqMPy7T3Uo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EfKpfQ9fwJ1xCtYp8NAdRxpIpqyibbHR1Kp08SvxFwdnqAw6SUs56COIi4ZhVUaQN cuXFI4b7+jZJbQa34jLIoOkB+hI+fF8zerq00JVspwHX54nvky3Xr+4ZoA4HwZSxKJ qXA9lqXQSbwiUROHMO2R/qEvx3xOnzVvdfmJYL9o= Date: Mon, 6 Apr 2020 11:59:10 -0700 From: Deven Bowers To: Jann Horn Cc: agk@redhat.com, Jens Axboe , snitzer@redhat.com, James Morris , "Serge E. Hallyn" , Mimi Zohar , linux-integrity@vger.kernel.org, linux-security-module , dm-devel@redhat.com, linux-block@vger.kernel.org, tyhicks@linux.microsoft.com, Pavel Tatashin , Sasha Levin , jaskarankhurana@linux.microsoft.com, nramas@linux.microsoft.com, mdsakib@linux.microsoft.com Subject: Re: [RESEND PATCH 00/11] Integrity Policy Enforcement LSM (IPE) Message-ID: <20200406185910.GA77950@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20200406181045.1024164-1-deven.desai@linux.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: owner-linux-security-module@vger.kernel.org Precedence: bulk List-ID: On Mon, Apr 06, 2020 at 08:50:46PM +0200, Jann Horn wrote: > On Mon, Apr 6, 2020 at 8:10 PM wrote: > > Overview: > > ------------------------------------ > > IPE is a Linux Security Module, which allows for a configurable > > policy to enforce integrity requirements on the whole system. It > > attempts to solve the issue of Code Integrity: that any code being > > executed (or files being read), are identical to the version that > > was built by a trusted source. > > Where's patch 02/11? lore at > https://lore.kernel.org/linux-security-module/20200406183619.GA77626@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net/T/#t > has everything other than that patch. It looks like it's over majordomo's character limit by 7489 characters. I'll have to repost with this patch broken up. Apologies. - Deven