summaryrefslogtreecommitdiffstats
path: root/conf.default
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-02-02 19:36:31 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-02-02 19:36:31 +0000
commitae1ffb162fbf2be33c57addfceb2d4122cf35b35 (patch)
tree534d53376320387721b76dd835edac3c6e1e9138 /conf.default
parent17ca552235202c025bf53fe6de79d9bb4e39cbdf (diff)
downloadpfsense-ae1ffb162fbf2be33c57addfceb2d4122cf35b35.zip
pfsense-ae1ffb162fbf2be33c57addfceb2d4122cf35b35.tar.gz
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.
Diffstat (limited to 'conf.default')
-rw-r--r--conf.default/config.xml5
1 files changed, 5 insertions, 0 deletions
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 @@
<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>
OpenPOWER on IntegriCloud