summaryrefslogtreecommitdiffstats
path: root/kdesktop/lockeng.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-19 23:22:04 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-03 03:26:43 +0200
commitf0f1b398e656f79b4a4dfd71a6053014e42df0f1 (patch)
tree8a27f2ce08c5b12eb8189f43a6ede2399a5443ce /kdesktop/lockeng.h
parent5ec582975948160bcb42efc3f0bb23ccda47be99 (diff)
downloadtdebase-f0f1b398e656f79b4a4dfd71a6053014e42df0f1.tar.gz
tdebase-f0f1b398e656f79b4a4dfd71a6053014e42df0f1.zip
If someone manages to close down kdesktop_lock through an undiscovered security vulnerability such as http://security-tracker.debian.org/tracker/CVE-2012-0064, immediately terminate the compromised TDE session
(cherry picked from commit f05f9dc7532ea41c49b3e9385165d942dfab5d0e)
Diffstat (limited to 'kdesktop/lockeng.h')
-rw-r--r--kdesktop/lockeng.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kdesktop/lockeng.h b/kdesktop/lockeng.h
index b1e31bda4..ae81f90eb 100644
--- a/kdesktop/lockeng.h
+++ b/kdesktop/lockeng.h
@@ -114,6 +114,7 @@ protected:
private:
KProcess* mSAKProcess;
+ bool mTerminationRequested;
};
#endif