kconfigcheck: enable SECURITY_DMESG_RESTRICT
Kernel logs can contain sensitive information which we don't want easily accessible. This locks the kernel buffer to privileged access (with sudo). Signed-off-by: Aster Boese <asterboese@mailbox.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8342>
This commit is contained in:
parent
49f331f411
commit
b5c5a91b60
1 changed files with 3 additions and 0 deletions
|
|
@ -638,6 +638,9 @@ EFIVAR_FS = "m"
|
|||
["category:immutable".">=0.0.0"."all"]
|
||||
DM_VERITY = "m"
|
||||
|
||||
["category:hardening".">=0.0.0"."all"]
|
||||
SECURITY_DMESG_RESTRICT = "y"
|
||||
|
||||
# In 6.18+, CFI_CLANG is CFI
|
||||
["category:hardening".">=6.18_rc1"."x86_64 aarch64 armv7 riscv64"]
|
||||
CFI = "y"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue