Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp6910022ybp; Wed, 16 Oct 2019 00:28:16 -0700 (PDT) X-Google-Smtp-Source: APXvYqziOyQNxZnSecQgUIMufMH7pCYkEiYpAvkwResm+BVgepG7dJlhwCBrXDlkqDNfsKJCXj3w X-Received: by 2002:a17:906:d8c5:: with SMTP id re5mr38656819ejb.254.1571210896826; Wed, 16 Oct 2019 00:28:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571210896; cv=none; d=google.com; s=arc-20160816; b=DjuTIKtH10++FKn9OAFKtfMGavZNOsKosOBcbiIm//7yfpnF459me8EN+6urIfd2mJ xeFYIPUPQoGwBKYhrJcYkI+CBcDbvtYtR/6tl3xk8YhR5v9/o/Eu5PaCo+ZvBj0ZRHBz LrVjdFFGcucs6DqCX4qwHaaBSW61x9eKsvDhAfm/Fk7XOrskSaCYMP3FtANXLx4iNgYC EzYdOh4bv3pMonld9S3Sg4HefAoaQdbU6wbEjY7xoXz5y5Jre3pSOBELJU+RldNZyrYU +bHV2O9srQ0CBVlmAoKx8xjeiyUx+We1kznGZ3xhP9zfgnPHozFxFv4T/KYiR/eJioDs WkzA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=k8EmSofoEL0l69oLr7PsK0FwisE7MWLXsnlHYl1FjOA=; b=lD8aYC90CJAc3KxB6S9stjhkrBxx6msoShLuTT3ouClD4hyDXQuLFnlH0a+8nmkxj+ VTNt77ArmIZ1zTgjkhBrHJCtqe9trYrvtZZOIyG9hbUbfKfwvjFxzK9vdJ8X2Ako2v1V s7T4OpG52D174ACQUiO5ntnLPT/zF6ZGquwKSFPeTJcgdyxnWpX0JH/+U72Tj40P5uq4 5cqe8v5o4ZmR8gLZuhwejZKV+Qil/PuLTRKaufyauEIDB4c1Ofvx70D+5mBvKeZd+TEJ NEHyyYhEBnynG525LS4m1oCo+8+zIeas3EFPCV67kLfN21RbRI0QYS11INhKxRe1nyV7 kp3Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e46si14545303eda.401.2019.10.16.00.27.51; Wed, 16 Oct 2019 00:28:16 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389287AbfJOWQV (ORCPT + 99 others); Tue, 15 Oct 2019 18:16:21 -0400 Received: from namei.org ([65.99.196.166]:54404 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389268AbfJOWQV (ORCPT ); Tue, 15 Oct 2019 18:16:21 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id x9FMFdwG018373; Tue, 15 Oct 2019 22:15:39 GMT Date: Wed, 16 Oct 2019 09:15:39 +1100 (AEDT) From: James Morris To: James Morse cc: prsriva , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-integrity@vger.kernel.org, kexec@lists.infradead.org, mark.rutland@arm.com, jean-philippe@linaro.org, arnd@arndb.de, takahiro.akashi@linaro.org, sboyd@kernel.org, catalin.marinas@arm.com, zohar@linux.ibm.com, yamada.masahiro@socionext.com, duwe@lst.de, bauerman@linux.ibm.com, tglx@linutronix.de, allison@lohutok.net, ard.biesheuvel@linaro.org Subject: Re: [PATCH V4 0/2] Add support for arm64 to carry ima measurement In-Reply-To: <0053eb68-0905-4679-c97a-00c5cb6f1abb@arm.com> Message-ID: References: <20191011003600.22090-1-prsriva@linux.microsoft.com> <87d92514-e5e4-a79f-467f-f24a4ed279b6@arm.com> <0053eb68-0905-4679-c97a-00c5cb6f1abb@arm.com> User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 15 Oct 2019, James Morse wrote: > > The IMA logs are event logs for module load time signature validation(based on policies) > > which are backed by the TPM. No SecureBoot information is present in the log other than > > the boot aggregate. > > Okay, so SecureBoot is optional with this thing. Correct. Verified boot is one alternative. -- James Morris