mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-rpi to 6.6.51-3
Enabling landlock requires two lines: CONFIG_SECURITY_LANDLOCK=y CONFIG_LSM="landlock"
This commit is contained in:
parent
268543b88b
commit
29510ef853
3 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@ _srcname=linux-${_commit}
|
|||
_kernelname=${pkgbase#linux}
|
||||
_regen=
|
||||
pkgver=6.6.51
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Linux'
|
||||
url="https://github.com/raspberrypi/linux"
|
||||
arch=(armv7h aarch64)
|
||||
|
@ -36,8 +36,8 @@ md5sums=('c4e2925a6e9b1bf3261006c3bae13571'
|
|||
'a157c5bfc0f03d0728c92bd953b06265'
|
||||
'8b93b6ca167f70c60277f352f7b78024'
|
||||
'467709b52aff45a30b6e379e175026a9')
|
||||
md5sums_armv7h=('90168072c997c0afb92390ef659ecfa6')
|
||||
md5sums_aarch64=('928e6ccc6877eb28480abb2567ccb7e7')
|
||||
md5sums_armv7h=('c72353f5b06c1188d089f3f870788e96')
|
||||
md5sums_aarch64=('944e1b8dc8b661dd45c598da80998623')
|
||||
|
||||
# setup vars
|
||||
if [[ $CARCH == "armv7h" ]]; then
|
||||
|
|
|
@ -8199,7 +8199,7 @@ CONFIG_INTEGRITY_AUDIT=y
|
|||
# CONFIG_EVM is not set
|
||||
CONFIG_DEFAULT_SECURITY_APPARMOR=y
|
||||
# CONFIG_DEFAULT_SECURITY_DAC is not set
|
||||
CONFIG_LSM=""
|
||||
CONFIG_LSM="landlock"
|
||||
|
||||
#
|
||||
# Kernel hardening options
|
||||
|
|
|
@ -8453,7 +8453,7 @@ CONFIG_INTEGRITY_AUDIT=y
|
|||
# CONFIG_EVM is not set
|
||||
CONFIG_DEFAULT_SECURITY_APPARMOR=y
|
||||
# CONFIG_DEFAULT_SECURITY_DAC is not set
|
||||
CONFIG_LSM=""
|
||||
CONFIG_LSM="landlock"
|
||||
|
||||
#
|
||||
# Kernel hardening options
|
||||
|
|
Loading…
Reference in a new issue