From: Bruno Meneguele <[email protected]> The same way IMA should be enabled in all arches, EVM also should be. EVM is independent, but also complementary, from IMA.
Signed-off-by: Bruno Meneguele <[email protected]> --- redhat/configs/ark/generic/powerpc/CONFIG_EVM | 1 - redhat/configs/ark/generic/x86/x86_64/CONFIG_EVM | 1 - redhat/configs/common/generic/CONFIG_EVM | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 redhat/configs/ark/generic/powerpc/CONFIG_EVM delete mode 100644 redhat/configs/ark/generic/x86/x86_64/CONFIG_EVM diff --git a/redhat/configs/ark/generic/powerpc/CONFIG_EVM b/redhat/configs/ark/generic/powerpc/CONFIG_EVM deleted file mode 100644 index 5e5b1549882a..000000000000 --- a/redhat/configs/ark/generic/powerpc/CONFIG_EVM +++ /dev/null @@ -1 +0,0 @@ -CONFIG_EVM=y diff --git a/redhat/configs/ark/generic/x86/x86_64/CONFIG_EVM b/redhat/configs/ark/generic/x86/x86_64/CONFIG_EVM deleted file mode 100644 index 5e5b1549882a..000000000000 --- a/redhat/configs/ark/generic/x86/x86_64/CONFIG_EVM +++ /dev/null @@ -1 +0,0 @@ -CONFIG_EVM=y diff --git a/redhat/configs/common/generic/CONFIG_EVM b/redhat/configs/common/generic/CONFIG_EVM index c9e172e397a9..5e5b1549882a 100644 --- a/redhat/configs/common/generic/CONFIG_EVM +++ b/redhat/configs/common/generic/CONFIG_EVM @@ -1 +1 @@ -# CONFIG_EVM is not set +CONFIG_EVM=y -- GitLab _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
