From 4acc5bbea900934e5b4bc8835a62b5dcc5c57cab Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Mon, 12 Mar 2018 12:12:50 -0700 Subject: Disable IMA appraise (rhbz 1554474) A recent change to the EFI lockdown patch forces IMA policy to be loaded when secureboot is used. Unfortunately, we don't have all the pieces in place to have all components fully signed. Disable appraisal for now until that gets fixed. --- configs/fedora/generic/CONFIG_IMA_APPRAISE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/fedora/generic/CONFIG_IMA_APPRAISE') diff --git a/configs/fedora/generic/CONFIG_IMA_APPRAISE b/configs/fedora/generic/CONFIG_IMA_APPRAISE index da04fd67d..acbe2fe3c 100644 --- a/configs/fedora/generic/CONFIG_IMA_APPRAISE +++ b/configs/fedora/generic/CONFIG_IMA_APPRAISE @@ -1 +1 @@ -CONFIG_IMA_APPRAISE=y +# CONFIG_IMA_APPRAISE is not set -- cgit