diff options
-rw-r--r-- | cf/conf/config.xml | 5 | ||||
-rw-r--r-- | conf.default/config.xml | 5 |
2 files changed, 10 insertions, 0 deletions
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 @@ <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> 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> |