mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
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
This commit is contained in:
parent
46cec7860c
commit
9e5aaf4908
3 changed files with 4 additions and 4 deletions
|
@ -36,8 +36,8 @@ md5sums=('3fff2f07355758daf1800eec29168e00'
|
||||||
'a157c5bfc0f03d0728c92bd953b06265'
|
'a157c5bfc0f03d0728c92bd953b06265'
|
||||||
'8b93b6ca167f70c60277f352f7b78024'
|
'8b93b6ca167f70c60277f352f7b78024'
|
||||||
'467709b52aff45a30b6e379e175026a9')
|
'467709b52aff45a30b6e379e175026a9')
|
||||||
md5sums_armv7h=('47ab38c9f7bee1285078e9632b08dc61')
|
md5sums_armv7h=('90168072c997c0afb92390ef659ecfa6')
|
||||||
md5sums_aarch64=('2ce5a5d1eaa563d0d3f7f341e8bc1aeb')
|
md5sums_aarch64=('928e6ccc6877eb28480abb2567ccb7e7')
|
||||||
|
|
||||||
# setup vars
|
# setup vars
|
||||||
if [[ $CARCH == "armv7h" ]]; then
|
if [[ $CARCH == "armv7h" ]]; then
|
||||||
|
|
|
@ -8191,7 +8191,7 @@ CONFIG_SECURITY_APPARMOR_PARANOID_LOAD=y
|
||||||
# CONFIG_SECURITY_YAMA is not set
|
# CONFIG_SECURITY_YAMA is not set
|
||||||
# CONFIG_SECURITY_SAFESETID is not set
|
# CONFIG_SECURITY_SAFESETID is not set
|
||||||
# CONFIG_SECURITY_LOCKDOWN_LSM 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=y
|
||||||
# CONFIG_INTEGRITY_SIGNATURE is not set
|
# CONFIG_INTEGRITY_SIGNATURE is not set
|
||||||
CONFIG_INTEGRITY_AUDIT=y
|
CONFIG_INTEGRITY_AUDIT=y
|
||||||
|
|
|
@ -8444,7 +8444,7 @@ CONFIG_SECURITY_APPARMOR_PARANOID_LOAD=y
|
||||||
# CONFIG_SECURITY_YAMA is not set
|
# CONFIG_SECURITY_YAMA is not set
|
||||||
# CONFIG_SECURITY_SAFESETID is not set
|
# CONFIG_SECURITY_SAFESETID is not set
|
||||||
# CONFIG_SECURITY_LOCKDOWN_LSM 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=y
|
||||||
# CONFIG_INTEGRITY_SIGNATURE is not set
|
# CONFIG_INTEGRITY_SIGNATURE is not set
|
||||||
CONFIG_INTEGRITY_AUDIT=y
|
CONFIG_INTEGRITY_AUDIT=y
|
||||||
|
|
Loading…
Reference in a new issue