[arch-commits] Commit in linux/trunk (PKGBUILD config)
Jan Steffens
heftig at archlinux.org
Mon Apr 6 22:36:32 UTC 2020
Date: Monday, April 6, 2020 @ 22:36:28
Author: heftig
Revision: 379727
Put lockdown LSM into default initialization list
Modified:
linux/trunk/PKGBUILD
linux/trunk/config
----------+
PKGBUILD | 2 +-
config | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-06 22:20:44 UTC (rev 379726)
+++ PKGBUILD 2020-04-06 22:36:28 UTC (rev 379727)
@@ -25,7 +25,7 @@
'8218F88849AAC522E94CF470A5E9288C4FA415FA' # Jan Alexander Steffens (heftig)
)
sha256sums=('SKIP'
- '5c809f7ca4f21ebd95368533b20c0ed78fe2e006762dff742e5fd0751521ad11')
+ 'e78bfa9f5a1065d93396a37d59043bd79805f4681df27ef44dcddea8de092818')
export KBUILD_BUILD_HOST=archlinux
export KBUILD_BUILD_USER=$pkgbase
Modified: config
===================================================================
--- config 2020-04-06 22:20:44 UTC (rev 379726)
+++ config 2020-04-06 22:36:28 UTC (rev 379727)
@@ -10021,7 +10021,7 @@
# CONFIG_DEFAULT_SECURITY_TOMOYO is not set
# CONFIG_DEFAULT_SECURITY_APPARMOR is not set
CONFIG_DEFAULT_SECURITY_DAC=y
-CONFIG_LSM="yama"
+CONFIG_LSM="lockdown,yama"
#
# Kernel hardening options
More information about the arch-commits
mailing list