summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2019-01-09 17:26:07 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2019-01-09 17:26:07 +0100
commit30748b6a23f793f2a2bbd6f5f3671342cf3224ed (patch)
treedd2a8bea5329b1f78844d1f0a7b592880c121d86 /configs
parent71b2e94c1b8d5055b6cffc0efbdd4d4451a20ded (diff)
downloadDistroKit-30748b6a23f793f2a2bbd6f5f3671342cf3224ed.tar.gz
DistroKit-30748b6a23f793f2a2bbd6f5f3671342cf3224ed.tar.xz
platform-rpi: kernel: restrict dmesg access
Only root needs access to dmesg by default. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/platform-rpi/kernelconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/platform-rpi/kernelconfig b/configs/platform-rpi/kernelconfig
index 1ff3297..f15916b 100644
--- a/configs/platform-rpi/kernelconfig
+++ b/configs/platform-rpi/kernelconfig
@@ -2859,7 +2859,7 @@ CONFIG_KEYS=y
# CONFIG_BIG_KEYS is not set
# CONFIG_ENCRYPTED_KEYS is not set
# CONFIG_KEY_DH_OPERATIONS is not set
-# CONFIG_SECURITY_DMESG_RESTRICT is not set
+CONFIG_SECURITY_DMESG_RESTRICT=y
# CONFIG_SECURITY is not set
# CONFIG_SECURITYFS is not set
CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y