lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Tue, 17 Nov 2020 18:03:07 -0000
From:   "tip-bot2 for Chester Lin" <tip-bot2@...utronix.de>
To:     linux-tip-commits@...r.kernel.org
Cc:     Chester Lin <clin@...e.com>, Mimi Zohar <zohar@...ux.ibm.com>,
        Catalin Marinas <catalin.marinas@....com>,
        Ard Biesheuvel <ardb@...nel.org>, x86@...nel.org,
        linux-kernel@...r.kernel.org
Subject: [tip: efi/core] arm64/ima: add ima_arch support

The following commit has been merged into the efi/core branch of tip:

Commit-ID:     8d39cee0592e0129280e5a3cc480d64649c5e63f
Gitweb:        https://git.kernel.org/tip/8d39cee0592e0129280e5a3cc480d64649c5e63f
Author:        Chester Lin <clin@...e.com>
AuthorDate:    Fri, 30 Oct 2020 14:08:40 +08:00
Committer:     Ard Biesheuvel <ardb@...nel.org>
CommitterDate: Tue, 17 Nov 2020 15:09:32 +01:00

arm64/ima: add ima_arch support

Add arm64 IMA arch support. The code and arch policy is mainly inherited
from x86.

Co-developed-by: Chester Lin <clin@...e.com>
Signed-off-by: Chester Lin <clin@...e.com>
Acked-by: Mimi Zohar <zohar@...ux.ibm.com>
Acked-by: Catalin Marinas <catalin.marinas@....com>
Signed-off-by: Ard Biesheuvel <ardb@...nel.org>
---
 arch/arm64/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index f858c35..04e78a3 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -1849,6 +1849,7 @@ config EFI
 	select EFI_RUNTIME_WRAPPERS
 	select EFI_STUB
 	select EFI_GENERIC_STUB
+	imply IMA_SECURE_AND_OR_TRUSTED_BOOT
 	default y
 	help
 	  This option provides support for runtime services provided

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ