Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit 0ca00d3

Browse files
authored
Added dmesg security restriction.
This has been enabled in generic kernels of Ubuntu. If enabled, dmesg will now be run only as root.
1 parent bf78dd0 commit 0ca00d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/default-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9968,7 +9968,7 @@ CONFIG_BIG_KEYS=y
99689968
CONFIG_TRUSTED_KEYS=m
99699969
CONFIG_ENCRYPTED_KEYS=m
99709970
CONFIG_KEY_DH_OPERATIONS=y
9971-
# CONFIG_SECURITY_DMESG_RESTRICT is not set
9971+
CONFIG_SECURITY_DMESG_RESTRICT=y
99729972
CONFIG_SECURITY=y
99739973
CONFIG_SECURITYFS=y
99749974
CONFIG_SECURITY_NETWORK=y

0 commit comments

Comments
 (0)