From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH 2/3] kernel: enable CONFIG_SECURITY_LOCKDOWN_LSM_EARLY Date: Tue, 09 Jun 2020 18:27:39 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3367194149457131122==" List-Id: --===============3367194149457131122== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Partially fixes: #12431 Cc: Arne Fitzenreiter Signed-off-by: Peter M=C3=BCller --- 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/kerne= l.config.aarch64-ipfire index 5d51730f8..2ac186ce2 100644 --- a/config/kernel/kernel.config.aarch64-ipfire +++ b/config/kernel/kernel.config.aarch64-ipfire @@ -6564,6 +6564,7 @@ CONFIG_ASYNC_PQ=3Dm CONFIG_ASYNC_RAID6_RECOV=3Dm CONFIG_CRYPTO=3Dy CONFIG_SECURITY_LOCKDOWN_LSM=3Dy +CONFIG_SECURITY_LOCKDOWN_LSM_EARLY=3Dy =20 # # Crypto core or helper diff --git a/config/kernel/kernel.config.armv5tel-ipfire-multi b/config/kerne= l/kernel.config.armv5tel-ipfire-multi index f5627ba31..4df099a3a 100644 --- a/config/kernel/kernel.config.armv5tel-ipfire-multi +++ b/config/kernel/kernel.config.armv5tel-ipfire-multi @@ -7046,6 +7046,7 @@ CONFIG_ASYNC_PQ=3Dm CONFIG_ASYNC_RAID6_RECOV=3Dm CONFIG_CRYPTO=3Dy CONFIG_SECURITY_LOCKDOWN_LSM=3Dy +CONFIG_SECURITY_LOCKDOWN_LSM_EARLY=3Dy =20 # # Crypto core or helper diff --git a/config/kernel/kernel.config.i586-ipfire b/config/kernel/kernel.c= onfig.i586-ipfire index 57b205ef3..43a61b4e5 100644 --- a/config/kernel/kernel.config.i586-ipfire +++ b/config/kernel/kernel.config.i586-ipfire @@ -6710,6 +6710,7 @@ CONFIG_ASYNC_PQ=3Dm CONFIG_ASYNC_RAID6_RECOV=3Dm CONFIG_CRYPTO=3Dy CONFIG_SECURITY_LOCKDOWN_LSM=3Dy +CONFIG_SECURITY_LOCKDOWN_LSM_EARLY=3Dy =20 # # Crypto core or helper diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel= .config.x86_64-ipfire index 840995bfe..e4897226d 100644 --- a/config/kernel/kernel.config.x86_64-ipfire +++ b/config/kernel/kernel.config.x86_64-ipfire @@ -6576,6 +6576,7 @@ CONFIG_ASYNC_PQ=3Dm CONFIG_ASYNC_RAID6_RECOV=3Dm CONFIG_CRYPTO=3Dy CONFIG_SECURITY_LOCKDOWN_LSM=3Dy +CONFIG_SECURITY_LOCKDOWN_LSM_EARLY=3Dy =20 # # Crypto core or helper --=20 2.26.2 --===============3367194149457131122==--