Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp7124625ybi; Thu, 13 Jun 2019 10:00:22 -0700 (PDT) X-Google-Smtp-Source: APXvYqxCiEKlKjbNhKKvfUugjGbtG/pmvC5cRx3+H08KXMj+7yg9y7kwyyZkRC77qO4pJE25JfcA X-Received: by 2002:aa7:808d:: with SMTP id v13mr93726332pff.198.1560445222781; Thu, 13 Jun 2019 10:00:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560445222; cv=none; d=google.com; s=arc-20160816; b=TwGK5N21TAxUO0IfwenHbcaFsO5u8tltNtdQdI82bvKq1/bPBUHS3P2EIXHg+o/48b t26g7JHqxHnjzbrSJHNblNqWGRarOmF6x3dHulU1fz3ssPTV5AaqORn1x+ASVFgb6izc 6an2QNj9PoN5D94+wAiS4W5VVb8QJ+jAzvwpkZCbbD01lkhSA8zON1rrdPD1QN5E9stW NsW7yKQjnykyw4utQmGjTzOftlXahVC9L1EynolgW4KxBgdfH7orQIHOSuotFFZ6pumN /hmz0r3h6aYzAsBkakBD1A8OZw1HmnQuaZxp8lQtz6T3qtsC2v2trUfZ/hqA0sIf14e0 dfRg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=gXqU5pPmD36t3qy84hWMDPHPVCHnDtNLK8hCsyDcPb0=; b=bRlh4ifm6mzi77UoBWNL8soNn622TdUdtUXFBhcLFsv5fV7yObQqgWd8TPaK1lGFgp 2YTJW3MeapR0FCi/Z7eOfHp1Avw3SaziVAchlGKQbd5iAWL967jyUA5hGqBTU/YFgJ8Y ssiM8o4PrK++lAEIjb9u0zpCVmezF8k6bMchJrZkX8vWYFS7K9Q78sNtYRSylPTjX3ru dM+4haYAen2gWltDyu0yocJcTQAqeBlQvlKqwWQxBKv5OHahYd8pxTU1m0ZceUlypy4v ehYzwKNvFU4pRaIIfjOaotntrr/Cq3n9Uicj+qYTUa81XbjwgZ4d+HiR8OIQuxV/elNw 8CCQ== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linux.microsoft.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b24si223126pgw.262.2019.06.13.10.00.08; Thu, 13 Jun 2019 10:00:22 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linux.microsoft.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404429AbfFMQ6u (ORCPT + 99 others); Thu, 13 Jun 2019 12:58:50 -0400 Received: from linux.microsoft.com ([13.77.154.182]:45836 "EHLO linux.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729874AbfFMAni (ORCPT ); Wed, 12 Jun 2019 20:43:38 -0400 Received: from jaskaran-Intel-Server-Board-S1200V3RPS-UEFI-Development-Kit.corp.microsoft.com (unknown [131.107.160.238]) by linux.microsoft.com (Postfix) with ESMTPSA id 380F620B7186; Wed, 12 Jun 2019 17:43:37 -0700 (PDT) From: Jaskaran Khurana To: linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, linux-integrity@vger.kernel.org, linux-fsdevel@vger.kernel.org Cc: agk@redhat.com, snitzer@redhat.com, dm-devel@redhat.com, jmorris@namei.org, scottsh@microsoft.com, ebiggers@google.com, mpatocka@redhat.com Subject: [RFC PATCH v4 0/1] Add dm verity root hash pkcs7 sig validation. Date: Wed, 12 Jun 2019 17:43:27 -0700 Message-Id: <20190613004328.4274-1-jaskarankhurana@linux.microsoft.com> X-Mailer: git-send-email 2.17.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch set adds in-kernel pkcs7 signature checking for the roothash of the dm-verity hash tree. The verification is to support cases where the roothash is not secured by Trusted Boot, UEFI Secureboot or similar technologies. One of the use cases for this is for dm-verity volumes mounted after boot, the root hash provided during the creation of the dm-verity volume has to be secure and thus in-kernel validation implemented here will be used before we trust the root hash and allow the block device to be created. Why we are doing validation in the Kernel? The reason is to still be secure in cases where the attacker is able to compromise the user mode application in which case the user mode validation could not have been trusted. The root hash signature validation in the kernel along with existing dm-verity implementation gives a higher level of confidence in the executable code or the protected data. Before allowing the creation of the device mapper block device the kernel code will check that the detached pkcs7 signature passed to it validates the roothash and the signature is trusted by builtin keys set at kernel creation. The kernel should be secured using Verified boot, UEFI Secure Boot or similar technologies so we can trust it. What about attacker mounting non dm-verity volumes to run executable code? This verification can be used to have a security architecture where a LSM can enforce this verification for all the volumes and by doing this it can ensure that all executable code runs from signed and trusted dm-verity volumes. Further patches will be posted that build on this and enforce this verification based on policy for all the volumes on the system. How are these changes tested? To generate and sign the roothash just dump the roothash returned by veritysetup format in a text file and then sign using the tool in the topic branch here: (fsverity uses the tool for signing, I just added a parameter there for testing) https://github.com/jaskarankhurana/fsverity-sign/tree/fs_verity_detached_pkcs7_for_dm_verity fsverity sign-dm-verity --key= --cert= veritysetup part of cryptsetup library was modified to take a optional root-hash-sig parameter. Commandline used to test the changes: veritysetup open --root-hash-sig= The changes for veritysetup are in a topic branch for now at: https://github.com/jaskarankhurana/veritysetup/tree/veritysetup_add_sig Changelog: v4: - Code review feedback given by Milan Broz. - Add documentation about the root hash signature parameter. - Bump up the dm-verity target version. - Provided way to sign and test with veritysetup in cover letter. v3: - Code review feedback given by Sasha Levin. - Removed EXPORT_SYMBOL_GPL since this was not required. - Removed "This file is released under the GPLv2" since we have SPDX identifier. - Inside verity_verify_root_hash changed EINVAL to ENOKEY when the key descriptor is not specified but due to force option being set it is expected. - Moved CONFIG check to inside verity_verify_get_sig_from_key. (Did not move the sig_opts_cleanup to inside verity_dtr as the sig_opts do not need to be allocated for the entire duration the block device is active unlike the verity structure, note verity_dtr is called only if verity_ctr fails or after the lifetime of the block device.) v2: - Code review feedback to pass the signature binary blob as a key that can be looked up in the kernel and be used to verify the roothash. [Suggested by Milan Broz] - Made the code related change suggested in review of v1. [Suggested by Balbir Singh] v1: - Add kconfigs to control dm-verity root has signature verification and use the signature if specified to verify the root hash. Jaskaran Khurana (1): Adds in-kernel pkcs7 sig checking the roothash of the dm-verity hash tree Documentation/device-mapper/verity.txt | 7 ++ drivers/md/Kconfig | 23 +++++ drivers/md/Makefile | 2 +- drivers/md/dm-verity-target.c | 36 ++++++- drivers/md/dm-verity-verify-sig.c | 132 +++++++++++++++++++++++++ drivers/md/dm-verity-verify-sig.h | 30 ++++++ 6 files changed, 224 insertions(+), 6 deletions(-) create mode 100644 drivers/md/dm-verity-verify-sig.c create mode 100644 drivers/md/dm-verity-verify-sig.h -- 2.17.1