mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-03 17:24:11 -04:00
Merge branch 'master' into sysrq
This commit is contained in:
commit
1e5946c795
4 changed files with 18 additions and 1 deletions
|
@ -119,8 +119,14 @@ net.ipv4.tcp_timestamps=0
|
|||
|
||||
#### meta end
|
||||
|
||||
|
||||
## Only allow the SysRq key to be used for shutdowns and the
|
||||
## Secure Attention Key (SAK).
|
||||
##
|
||||
## https://forums.whonix.org/t/sysrq-magic-sysrq-key/8079/
|
||||
kernel.sysrq=132
|
||||
|
||||
## Restrict loading line disciplines to CAP_SYS_MODULE to prevent
|
||||
## unprivileged attackers from loading vulnerable line disciplines
|
||||
## with the TIOCSETD ioctl to exploit them.
|
||||
dev.tty.ldisc_autoload=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue