diff options
-rw-r--r-- | cf/conf/config.xml | 2 | ||||
-rw-r--r-- | conf.default/config.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml index 1564323..bbefbaf 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -98,7 +98,7 @@ <item> <desc>Disable CTRL+ALT+Delete reboot from keyboard.</desc> <tunable>hw.syscons.kbd_reboot</tunable> - <value>1</value> + <value>0</value> </item> </sysctl> <system> diff --git a/conf.default/config.xml b/conf.default/config.xml index 0c79932..147b305 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -98,7 +98,7 @@ <item> <desc>Disable CTRL+ALT+Delete reboot from keyboard.</desc> <tunable>hw.syscons.kbd_reboot</tunable> - <value>1</value> + <value>0</value> </item> </sysctl> <system> |