diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-14 22:05:38 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-14 22:05:38 +0000 |
commit | e81d6b084c909f249cf398b3112a99fad0e91ac8 (patch) | |
tree | 3a0189e5d885285f6ed1cb7b22759ea96e3c0ce3 /kdesktop/kdesktop.kcfg | |
parent | 082f536b5bfcf71bec5e04b940328de7894f4513 (diff) | |
download | tdebase-e81d6b084c909f249cf398b3112a99fad0e91ac8.tar.gz tdebase-e81d6b084c909f249cf398b3112a99fad0e91ac8.zip |
Add a new intrusion detection feature to kdesktop_lock
When enabled the date and time of the last screen lock is shown before login
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1258934 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdesktop/kdesktop.kcfg')
-rw-r--r-- | kdesktop/kdesktop.kcfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kdesktop/kdesktop.kcfg b/kdesktop/kdesktop.kcfg index cd1c8e491..bf74c5f3b 100644 --- a/kdesktop/kdesktop.kcfg +++ b/kdesktop/kdesktop.kcfg @@ -318,6 +318,13 @@ <!-- /home/paco/cvsroot/kdebase/kdesktop/lock/lockprocess.cc:336 --> <!-- mSaver = config.readEntry("UseTDESAK"); --> </entry> + <entry key="ShowLockDateTime" type="Bool"> + <default>true</default> + <label></label> + <whatsthis>Set to true to enable display of the date and time of desktop lock as an additional intrusion detection measure</whatsthis> + <!-- /home/paco/cvsroot/kdebase/kdesktop/lock/lockprocess.cc:336 --> + <!-- mSaver = config.readEntry("ShowLockDateTime"); --> + </entry> <entry key="DelaySaverStart" type="Bool"> <default>true</default> <label></label> |