mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Disable CTRL+ALT+DELETE reboot sequence on keyboard.
Admnins commonly have to press this sequence to login to winderz boxen and if you have a shared KVM you might accidently reboot your firewall.
This commit is contained in:
parent
17ca552235
commit
ae1ffb162f
@ -95,6 +95,11 @@
|
||||
<tunable>net.inet.ip.intr_queue_maxlen</tunable>
|
||||
<value>1000</value>
|
||||
</item>
|
||||
<item>
|
||||
<desc>Disable CTRL+ALT+Delete reboot from keyboard.</desc>
|
||||
<tunable>hw.syscons.kbd_reboot</tunable>
|
||||
<value>1</value>
|
||||
</item>
|
||||
</sysctl>
|
||||
<system>
|
||||
<optimization>normal</optimization>
|
||||
|
||||
@ -95,6 +95,11 @@
|
||||
<tunable>net.inet.ip.intr_queue_maxlen</tunable>
|
||||
<value>1000</value>
|
||||
</item>
|
||||
<item>
|
||||
<desc>Disable CTRL+ALT+Delete reboot from keyboard.</desc>
|
||||
<tunable>hw.syscons.kbd_reboot</tunable>
|
||||
<value>1</value>
|
||||
</item>
|
||||
</sysctl>
|
||||
<system>
|
||||
<optimization>normal</optimization>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user