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

Jan Steffens heftig at archlinux.org
Thu Dec 31 01:12:46 UTC 2020


    Date: Thursday, December 31, 2020 @ 01:12:43
  Author: heftig
Revision: 405136

Enable SECURITY_DMESG_RESTRICT

Default on Debian, and seems to be reasonable for us since we also don't
allow access to the system journal by default.

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-31 01:12:42 UTC (rev 405135)
+++ PKGBUILD	2020-12-31 01:12:43 UTC (rev 405136)
@@ -25,7 +25,7 @@
   'A2FF3A36AAA56654109064AB19802F8B0D70FC30'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-            'd2c084144b65f76182f42034a88c8a500246a2afdf0310c1e0a40b1d6de2f197')
+            'f0a85a354928be2039da32fc978198a972acbf98661b6674173b629337258421')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===================================================================
--- config	2020-12-31 01:12:42 UTC (rev 405135)
+++ config	2020-12-31 01:12:43 UTC (rev 405136)
@@ -9372,7 +9372,7 @@
 CONFIG_ENCRYPTED_KEYS=m
 CONFIG_KEY_DH_OPERATIONS=y
 CONFIG_KEY_NOTIFICATIONS=y
-# CONFIG_SECURITY_DMESG_RESTRICT is not set
+CONFIG_SECURITY_DMESG_RESTRICT=y
 CONFIG_SECURITY=y
 CONFIG_SECURITYFS=y
 CONFIG_SECURITY_NETWORK=y



More information about the arch-commits mailing list