mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-06 14:54:59 -04:00
Enable dev.tty.legacy_tiocsti=0
This commit is contained in:
parent
fa9091869d
commit
c0d140f221
2 changed files with 7 additions and 6 deletions
|
@ -127,12 +127,14 @@ kernel.perf_event_paranoid=3
|
|||
##
|
||||
kernel.randomize_va_space=2
|
||||
|
||||
## Disable use of the legacy TIOCSTI operation which can be used to inject keypresses.
|
||||
## Will break screen readers as can no longer push characters into a controlling TTY.
|
||||
##
|
||||
## Disable the use of legacy TIOCSTI operations which can be used to inject keypresses.
|
||||
## Can lead to privilege escalation by pushing characters into a controlling TTY.
|
||||
## Will break out-dated screen readers that continue to rely on this legacy functionality.
|
||||
## This is disabled by default when using Linux kernel >= 6.2.
|
||||
##
|
||||
#dev.tty.legacy_tiocsti=0
|
||||
## https://lore.kernel.org/lkml/20221228205726.rfevry7ud6gmttg5@begin/T/
|
||||
##
|
||||
dev.tty.legacy_tiocsti=0
|
||||
|
||||
## Disable asynchronous I/O for all processes.
|
||||
## Leading cause of numerous kernel exploits.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue