feat: add deny new usb kernel param

Signed-off-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
k4yt3x 2025-10-19 00:00:00 +00:00
parent 55becbef22
commit efa3c6ce5c
No known key found for this signature in database

View File

@ -96,6 +96,9 @@ dev.tty.ldisc_autoload = 0
# breaks screen readers # breaks screen readers
dev.tty.legacy_tiocsti = 0 dev.tty.legacy_tiocsti = 0
# block all newly connected USB devices
#kernel.deny_new_usb=1
########## File System ########## ########## File System ##########
# disallow core dumping by SUID/SGID programs # disallow core dumping by SUID/SGID programs