From 9e5aaf490831281aa6f7c26febee775c5340e7c9 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 19 Sep 2024 09:51:50 +0200 Subject: [PATCH] core/linux-rpi: enable CONFIG_SECURITY_LANDLOCK Pacman can make use of if in version 7.0.0 when setting this option in /etc/pacman.conf: DownloadUser = alpm --- core/linux-rpi/PKGBUILD | 4 ++-- core/linux-rpi/config | 2 +- core/linux-rpi/config8 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/linux-rpi/PKGBUILD b/core/linux-rpi/PKGBUILD index c3af1762e..9aedf0b3b 100644 --- a/core/linux-rpi/PKGBUILD +++ b/core/linux-rpi/PKGBUILD @@ -36,8 +36,8 @@ md5sums=('3fff2f07355758daf1800eec29168e00' 'a157c5bfc0f03d0728c92bd953b06265' '8b93b6ca167f70c60277f352f7b78024' '467709b52aff45a30b6e379e175026a9') -md5sums_armv7h=('47ab38c9f7bee1285078e9632b08dc61') -md5sums_aarch64=('2ce5a5d1eaa563d0d3f7f341e8bc1aeb') +md5sums_armv7h=('90168072c997c0afb92390ef659ecfa6') +md5sums_aarch64=('928e6ccc6877eb28480abb2567ccb7e7') # setup vars if [[ $CARCH == "armv7h" ]]; then diff --git a/core/linux-rpi/config b/core/linux-rpi/config index 7602a7974..9dc60e58b 100644 --- a/core/linux-rpi/config +++ b/core/linux-rpi/config @@ -8191,7 +8191,7 @@ CONFIG_SECURITY_APPARMOR_PARANOID_LOAD=y # CONFIG_SECURITY_YAMA is not set # CONFIG_SECURITY_SAFESETID is not set # CONFIG_SECURITY_LOCKDOWN_LSM is not set -# CONFIG_SECURITY_LANDLOCK is not set +CONFIG_SECURITY_LANDLOCK=y CONFIG_INTEGRITY=y # CONFIG_INTEGRITY_SIGNATURE is not set CONFIG_INTEGRITY_AUDIT=y diff --git a/core/linux-rpi/config8 b/core/linux-rpi/config8 index 16d50be1f..dddad11eb 100644 --- a/core/linux-rpi/config8 +++ b/core/linux-rpi/config8 @@ -8444,7 +8444,7 @@ CONFIG_SECURITY_APPARMOR_PARANOID_LOAD=y # CONFIG_SECURITY_YAMA is not set # CONFIG_SECURITY_SAFESETID is not set # CONFIG_SECURITY_LOCKDOWN_LSM is not set -# CONFIG_SECURITY_LANDLOCK is not set +CONFIG_SECURITY_LANDLOCK=y CONFIG_INTEGRITY=y # CONFIG_INTEGRITY_SIGNATURE is not set CONFIG_INTEGRITY_AUDIT=y