From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759600AbYJISQD (ORCPT ); Thu, 9 Oct 2008 14:16:03 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753656AbYJISPv (ORCPT ); Thu, 9 Oct 2008 14:15:51 -0400 Received: from sous-sol.org ([216.99.217.87]:60481 "EHLO sequoia.sous-sol.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753511AbYJISPv (ORCPT ); Thu, 9 Oct 2008 14:15:51 -0400 Date: Thu, 9 Oct 2008 11:14:51 -0700 From: Chris Wright To: Pavel Machek Cc: Chris Wright , "Cihula, Joseph" , linux-kernel@vger.kernel.org, "Wang, Shane" , "Wei, Gang" , "Van De Ven, Arjan" , "Mallick, Asit K" , "Nakajima, Jun" , Chris Wright , Jan Beulich , mingo@elte.hu, tytso@mit.edu Subject: Re: [RFC][PATCH 0a/3] TXT: Intel(R) Trusted Execution Technology support for Linux - Overview Message-ID: <20081009181451.GD6912@sequoia.sous-sol.org> References: <20081009125311.GD1623@ucw.cz> <20081009174427.GB6912@sequoia.sous-sol.org> <20081009175938.GA12507@elf.ucw.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081009175938.GA12507@elf.ucw.cz> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Pavel Machek (pavel@suse.cz) wrote: > I have never used trusted boot and I'm not sure I want to. Why would I > want to do that? So that you can reason that you've booted kernel/initrd that you wanted to (and have established a root of trust for follow-on, like Joe's IMA example), and in the case that you didn't (say bluepill), you have a policy in place to handle it. > You exit/reenter the trusted mode accross sleep... so any guarantees > "trusted" mode does are void, right? You exit from kernel to tboot on any shutdown, which handles the proper teardown of the measured env (meaning you also come back on via tboot). So things like saving tpm state, scrubbing secrets from memory, etc. thanks, -chris