[arch-commits] Commit in linux-zen/trunk (PKGBUILD config)

Jan Steffens heftig at archlinux.org
Mon Apr 6 22:38:16 UTC 2020


    Date: Monday, April 6, 2020 @ 22:38:15
  Author: heftig
Revision: 379728

Put lockdown LSM into default initialization list

Modified:
  linux-zen/trunk/PKGBUILD
  linux-zen/trunk/config

----------+
 PKGBUILD |    2 +-
 config   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-06 22:36:28 UTC (rev 379727)
+++ PKGBUILD	2020-04-06 22:38:15 UTC (rev 379728)
@@ -25,7 +25,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-            'e09c8bba54dbf62792a1842ee8ef5caf7d6b23949b89d9ee0d49d20f6117b34d')
+            '9254a19565906d664b3f5a2e4dd3d907b181e58da720e0b7f051eb994f2ba737')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===================================================================
--- config	2020-04-06 22:36:28 UTC (rev 379727)
+++ config	2020-04-06 22:38:15 UTC (rev 379728)
@@ -10052,7 +10052,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