From 0bde3811b05ea5bbd722c3093bcde389a98cda66 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Thu, 16 Apr 2026 17:26:38 +0300 Subject: [PATCH] Restrict dmesg by default --- pkg.info | 2 +- source-files/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index 50072fb..10dc65e 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: linux-stable description: The stable version of the linux kernel version: 6.19.11 -revision: 3 +revision: 4 url: https://www.kernel.org/ license: GPL2-only maintainers: diff --git a/source-files/config b/source-files/config index 2afa74d..6369c7b 100644 --- a/source-files/config +++ b/source-files/config @@ -7187,7 +7187,7 @@ CONFIG_KEYS=y # CONFIG_TRUSTED_KEYS is not set # CONFIG_ENCRYPTED_KEYS is not set CONFIG_KEY_DH_OPERATIONS=y -# CONFIG_SECURITY_DMESG_RESTRICT is not set +CONFIG_SECURITY_DMESG_RESTRICT=y CONFIG_PROC_MEM_ALWAYS_FORCE=y # CONFIG_PROC_MEM_FORCE_PTRACE is not set # CONFIG_PROC_MEM_NO_FORCE is not set