diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-15 03:43:12 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-15 03:43:12 +0000 |
commit | f6af340515ca0f5405ee4b893e24630450e07d4a (patch) | |
tree | f19311216755c4c5a202808349a94b06b831dbce /kdesktop/kdesktop.kcfg | |
parent | 2bc823a7c138bf8b0f871ec239fdbc935c2e0b67 (diff) | |
download | tdebase-f6af340515ca0f5405ee4b893e24630450e07d4a.tar.gz tdebase-f6af340515ca0f5405ee4b893e24630450e07d4a.zip |
Add very preliminary SAK support
Don't worry, if your system is not configured for SAK usability you won't notice anything different
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1253698 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 8f6899ea0..5849a798e 100644 --- a/kdesktop/kdesktop.kcfg +++ b/kdesktop/kdesktop.kcfg @@ -311,6 +311,13 @@ <!-- /home/paco/cvsroot/kdebase/kdesktop/lock/lockprocess.cc:336 --> <!-- mSaver = config.readEntry("UseUnmanagedLockWindows"); --> </entry> + <entry key="UseTDESAK" type="Bool"> + <default>true</default> + <label></label> + <whatsthis>Set to true to enable usage of the Trinity SAK anti-spoofing system</whatsthis> + <!-- /home/paco/cvsroot/kdebase/kdesktop/lock/lockprocess.cc:336 --> + <!-- mSaver = config.readEntry("UseTDESAK"); --> + </entry> <entry key="DelaySaverStart" type="Bool"> <default>true</default> <label></label> |