Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp2812376ybl; Sun, 25 Aug 2019 02:52:13 -0700 (PDT) X-Google-Smtp-Source: APXvYqz3Favj3PHozoI6NVU2dNJGVQ3pisnbn3DxJ3K2bs0Mm1+4nhJDoE6/iKOLznqVdWWzP6VD X-Received: by 2002:a63:195f:: with SMTP id 31mr11637186pgz.225.1566726732954; Sun, 25 Aug 2019 02:52:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566726732; cv=none; d=google.com; s=arc-20160816; b=u56/v3CjxwmK0IoBk1c85wV5t7whRFNAZANyf5G0hIqZjSXgqiUg3vHE1kzEv9OZ0x TOq7Q+DdLJsWV96fCreay3lEw0FtsqB56+SLtm9HC9pu1xQSj5QVjLeVDJkYNT1xUV0f thRUMXufqfuvMHKnMJtPBICJzULqtNIg0iJ5BNrB32OrYGFaVr/6QP5IXjmnRfJXnu3I 9qI/qM2k+9m7jMoQkJYn+ogczljsKR9NmtWP5Duk59YmBL0KBPAkrV8kouOyJNL4iVB4 FBDvCHiK3lGjhtOnkW0FIuFwqdiENhI53Ma8vScWHRgixd95ZeyVkf2YT2JoeKXcRkdh sFtw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=thD6/yckZWOI5VfZWGNsH7VWGnkIBk0gUmYP3KinCJA=; b=JdPlnrse6KPDf0l7OX3EDZQY4Z9He1poR9D5ezsYmDR0Ik6hvIvrndHFZ0qsyHkpuU e1M+qvZgMMorggP8d0fjJQHT+yS4mp5Z81wOxmvELdAQp5Wy9TqQcREMxd+a3IJ1yahc fz9v+FMsjv2CHDeOLt5XW5zDFL49s359/HqOCJx1bsD08RopRsXFOmGNhuUoiYPWrE6N CgLHtQSIHvj3o7dgoSZmZ+CJmlbGnUAjikMU5E0rR+hMhSn5gjW/IiNh4fMsuAhtJNXK Iwi/ZOsVuptFcXrYEs2vRUORYwbN7FGBTPlwe3FrmWiBy7FwLCo5OdNtW4lcCwMZoWOS C5fQ== 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 10si6174381pgh.400.2019.08.25.02.51.57; Sun, 25 Aug 2019 02:52:12 -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 S1727056AbfHYJvJ (ORCPT + 99 others); Sun, 25 Aug 2019 05:51:09 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:50358 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725809AbfHYJvJ (ORCPT ); Sun, 25 Aug 2019 05:51:09 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 07884812E3; Sun, 25 Aug 2019 11:50:53 +0200 (CEST) Date: Sun, 25 Aug 2019 11:51:06 +0200 From: Pavel Machek To: Matthew Garrett Cc: jmorris@namei.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, Josh Boyer , David Howells , Matthew Garrett , Kees Cook , rjw@rjwysocki.net, linux-pm@vger.kernel.org Subject: Re: [PATCH V40 10/29] hibernate: Disable when the kernel is locked down Message-ID: <20190825095106.GD1644@amd> References: <20190820001805.241928-1-matthewgarrett@google.com> <20190820001805.241928-11-matthewgarrett@google.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="u65IjBhB3TIa72Vp" Content-Disposition: inline In-Reply-To: <20190820001805.241928-11-matthewgarrett@google.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --u65IjBhB3TIa72Vp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon 2019-08-19 17:17:46, Matthew Garrett wrote: > From: Josh Boyer >=20 > There is currently no way to verify the resume image when returning > from hibernate. This might compromise the signed modules trust model, > so until we can work with signed hibernate images we disable it when the > kernel is locked down. >=20 > Signed-off-by: Josh Boyer > Signed-off-by: David Howells > Signed-off-by: Matthew Garrett > Reviewed-by: Kees Cook > Cc: rjw@rjwysocki.net > Cc: pavel@ucw.cz > cc: linux-pm@vger.kernel.org > Signed-off-by: James Morris Acked-by: Pavel Machek Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --u65IjBhB3TIa72Vp Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAl1iWgoACgkQMOfwapXb+vJjIgCfUZfnFSM3yMH7xIKKwWsgpi8u qu4An2fFN+zbwRtWr/eFuPbuIfXNlZOF =jHC1 -----END PGP SIGNATURE----- --u65IjBhB3TIa72Vp--