From ae1ffb162fbf2be33c57addfceb2d4122cf35b35 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 2 Feb 2008 19:36:31 +0000 Subject: 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. --- cf/conf/config.xml | 5 +++++ conf.default/config.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/cf/conf/config.xml b/cf/conf/config.xml index 4df2ab2..1564323 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -95,6 +95,11 @@ net.inet.ip.intr_queue_maxlen 1000 + + Disable CTRL+ALT+Delete reboot from keyboard. + hw.syscons.kbd_reboot + 1 + normal diff --git a/conf.default/config.xml b/conf.default/config.xml index 2d542a6..0c79932 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -95,6 +95,11 @@ net.inet.ip.intr_queue_maxlen 1000 + + Disable CTRL+ALT+Delete reboot from keyboard. + hw.syscons.kbd_reboot + 1 + normal -- cgit v1.1