public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/3] kernel: enable CONFIG_SECURITY_LOCKDOWN_LSM
@ 2020-06-09 18:27 Peter Müller
  2020-06-09 18:27 ` [PATCH 2/3] kernel: enable CONFIG_SECURITY_LOCKDOWN_LSM_EARLY Peter Müller
  2020-06-10 14:55 ` [PATCH 1/3] kernel: enable CONFIG_SECURITY_LOCKDOWN_LSM Arne Fitzenreiter
  0 siblings, 2 replies; 4+ messages in thread
From: Peter Müller @ 2020-06-09 18:27 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2089 bytes --]

Partially fixes: #12431

Cc: Arne Fitzenreiter <arne.fitzenreiter(a)ipfire.org>
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
 config/kernel/kernel.config.aarch64-ipfire        | 1 +
 config/kernel/kernel.config.armv5tel-ipfire-multi | 1 +
 config/kernel/kernel.config.i586-ipfire           | 1 +
 config/kernel/kernel.config.x86_64-ipfire         | 1 +
 4 files changed, 4 insertions(+)

diff --git a/config/kernel/kernel.config.aarch64-ipfire b/config/kernel/kernel.config.aarch64-ipfire
index e0f2f6df8..5d51730f8 100644
--- a/config/kernel/kernel.config.aarch64-ipfire
+++ b/config/kernel/kernel.config.aarch64-ipfire
@@ -6563,6 +6563,7 @@ CONFIG_ASYNC_XOR=m
 CONFIG_ASYNC_PQ=m
 CONFIG_ASYNC_RAID6_RECOV=m
 CONFIG_CRYPTO=y
+CONFIG_SECURITY_LOCKDOWN_LSM=y
 
 #
 # Crypto core or helper
diff --git a/config/kernel/kernel.config.armv5tel-ipfire-multi b/config/kernel/kernel.config.armv5tel-ipfire-multi
index 15183300f..f5627ba31 100644
--- a/config/kernel/kernel.config.armv5tel-ipfire-multi
+++ b/config/kernel/kernel.config.armv5tel-ipfire-multi
@@ -7045,6 +7045,7 @@ CONFIG_ASYNC_XOR=m
 CONFIG_ASYNC_PQ=m
 CONFIG_ASYNC_RAID6_RECOV=m
 CONFIG_CRYPTO=y
+CONFIG_SECURITY_LOCKDOWN_LSM=y
 
 #
 # Crypto core or helper
diff --git a/config/kernel/kernel.config.i586-ipfire b/config/kernel/kernel.config.i586-ipfire
index 578931497..57b205ef3 100644
--- a/config/kernel/kernel.config.i586-ipfire
+++ b/config/kernel/kernel.config.i586-ipfire
@@ -6709,6 +6709,7 @@ CONFIG_ASYNC_XOR=m
 CONFIG_ASYNC_PQ=m
 CONFIG_ASYNC_RAID6_RECOV=m
 CONFIG_CRYPTO=y
+CONFIG_SECURITY_LOCKDOWN_LSM=y
 
 #
 # Crypto core or helper
diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel.config.x86_64-ipfire
index 6a5fbbfe9..840995bfe 100644
--- a/config/kernel/kernel.config.x86_64-ipfire
+++ b/config/kernel/kernel.config.x86_64-ipfire
@@ -6575,6 +6575,7 @@ CONFIG_ASYNC_XOR=m
 CONFIG_ASYNC_PQ=m
 CONFIG_ASYNC_RAID6_RECOV=m
 CONFIG_CRYPTO=y
+CONFIG_SECURITY_LOCKDOWN_LSM=y
 
 #
 # Crypto core or helper
-- 
2.26.2

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-06-10 14:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-09 18:27 [PATCH 1/3] kernel: enable CONFIG_SECURITY_LOCKDOWN_LSM Peter Müller
2020-06-09 18:27 ` [PATCH 2/3] kernel: enable CONFIG_SECURITY_LOCKDOWN_LSM_EARLY Peter Müller
2020-06-09 18:28   ` [PATCH 3/3] kernel: enable CONFIG_LOCK_DOWN_KERNEL_FORCE_CONFIDENTIALITY Peter Müller
2020-06-10 14:55 ` [PATCH 1/3] kernel: enable CONFIG_SECURITY_LOCKDOWN_LSM Arne Fitzenreiter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox