From: Fedora Kernel Team kernel-team@fedoraproject.org
[redhat] New configs in security/Kconfig
Hi,
As part of the ongoing rebase effort, the following configuration options need to be reviewed.
As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are removed from the pending directory and added to the ark hierarchy. The final options that need to be ACKed are the files that are being added to the ark hierarchy.
If the value for a file that is added should be changed, please reply with a better option.
Symbol: MSEAL_SYSTEM_MAPPINGS [=n] Type : bool Defined at security/Kconfig:54 Prompt: mseal system mappings Depends on: 64BIT [=y] && ARCH_SUPPORTS_MSEAL_SYSTEM_MAPPINGS [=y] && !CHECKPOINT_RESTORE [=n] Location: -> Security options -> mseal system mappings (MSEAL_SYSTEM_MAPPINGS [=n])
Commit: 5796d3967c09 (mseal sysmap: kernel config and header change)
---
Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_MSEAL_SYSTEM_MAPPINGS b/redhat/configs/pending-rhel/generic/CONFIG_MSEAL_SYSTEM_MAPPINGS deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/pending-rhel/generic/CONFIG_MSEAL_SYSTEM_MAPPINGS +++ /dev/null @@ -1,13 +0,0 @@ -# Symbol: MSEAL_SYSTEM_MAPPINGS [=n] -# Type : bool -# Defined at security/Kconfig:54 -# Prompt: mseal system mappings -# Depends on: 64BIT [=y] && ARCH_SUPPORTS_MSEAL_SYSTEM_MAPPINGS [=y] && !CHECKPOINT_RESTORE [=n] -# Location: -# -> Security options -# -> mseal system mappings (MSEAL_SYSTEM_MAPPINGS [=n]) -# -# -# -# Commit: 5796d3967c09 (mseal sysmap: kernel config and header change) -# CONFIG_MSEAL_SYSTEM_MAPPINGS is not set diff --git a/redhat/configs/rhel/generic/CONFIG_MSEAL_SYSTEM_MAPPINGS b/redhat/configs/rhel/generic/CONFIG_MSEAL_SYSTEM_MAPPINGS new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/rhel/generic/CONFIG_MSEAL_SYSTEM_MAPPINGS @@ -0,0 +1 @@ +# CONFIG_MSEAL_SYSTEM_MAPPINGS is not set
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3816
kernel@lists.fedoraproject.org