[arch-commits] Commit in linux/trunk (PKGBUILD config)
Jan Steffens
heftig at archlinux.org
Thu Dec 31 01:18:18 UTC 2020
Date: Thursday, December 31, 2020 @ 01:18:17
Author: heftig
Revision: 405138
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/trunk/PKGBUILD
linux/trunk/config
----------+
PKGBUILD | 2 +-
config | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-31 01:18:16 UTC (rev 405137)
+++ PKGBUILD 2020-12-31 01:18:17 UTC (rev 405138)
@@ -25,7 +25,7 @@
'A2FF3A36AAA56654109064AB19802F8B0D70FC30' # Jan Alexander Steffens (heftig)
)
sha256sums=('SKIP'
- '7e0c92e110045ae4af377d8a234b171d3732280bd973b3b304e054ee604e8e9e')
+ '7dd327c5d557b4d860676481f3b5f1c35d5335a53a0604f0289b7b02a4f54423')
export KBUILD_BUILD_HOST=archlinux
export KBUILD_BUILD_USER=$pkgbase
Modified: config
===================================================================
--- config 2020-12-31 01:18:16 UTC (rev 405137)
+++ config 2020-12-31 01:18:17 UTC (rev 405138)
@@ -9329,7 +9329,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