mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-23 00:11:05 -05:00
Prevent kernel info leaks in console during boot.
By setting `kernel.printk = 3 3 3 3`. https://phabricator.whonix.org/T950 Thanks to @madaidan for the suggestion!
This commit is contained in:
parent
4898a9e753
commit
8d2e4b68dc
@ -8,6 +8,10 @@ kernel.core_pattern=|/bin/false
|
|||||||
## Restricts the kernel log to root only.
|
## Restricts the kernel log to root only.
|
||||||
kernel.dmesg_restrict=1
|
kernel.dmesg_restrict=1
|
||||||
|
|
||||||
|
## Prevent kernel info leaks in console during boot.
|
||||||
|
## https://phabricator.whonix.org/T950
|
||||||
|
kernel.printk = 3 3 3 3
|
||||||
|
|
||||||
## Don't allow writes to files that we don't own
|
## Don't allow writes to files that we don't own
|
||||||
## in world writable sticky directories, unless
|
## in world writable sticky directories, unless
|
||||||
## they are owned by the owner of the directory.
|
## they are owned by the owner of the directory.
|
||||||
|
Loading…
Reference in New Issue
Block a user