Skip to content

Commit

Permalink
core/linux-rpi: enable CONFIG_SECURITY_LANDLOCK
Browse files Browse the repository at this point in the history
Pacman can make use of if in version 7.0.0 when setting this
option in /etc/pacman.conf:

DownloadUser = alpm
  • Loading branch information
eworm-de authored and graysky committed Sep 19, 2024
1 parent 46cec78 commit 9e5aaf4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/linux-rpi/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion core/linux-rpi/config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion core/linux-rpi/config8
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e5aaf4

Please sign in to comment.