mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-07 12:05:03 -04:00
Restrict loading line disciplines to CAP_SYS_MODULE
This commit is contained in:
parent
ad6b766886
commit
0ea7dd161b
1 changed files with 5 additions and 0 deletions
|
@ -118,3 +118,8 @@ net.ipv4.conf.all.rp_filter=1
|
|||
net.ipv4.tcp_timestamps=0
|
||||
|
||||
#### meta end
|
||||
|
||||
## 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