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:
Scott Ullrich 2008-02-02 19:36:31 +00:00
parent 17ca552235
commit ae1ffb162f
2 changed files with 10 additions and 0 deletions

View File

@ -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>

View File

@ -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>