diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-19 23:22:04 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-19 23:22:04 -0600 |
commit | f05f9dc7532ea41c49b3e9385165d942dfab5d0e (patch) | |
tree | 773632ba00ce26dc07d8aa11cb1d1cedfd1de5b5 /kdesktop/lockeng.h | |
parent | 5f413b26ebaab8a6478427e4125bda628058ff85 (diff) | |
download | tdebase-f05f9dc7532ea41c49b3e9385165d942dfab5d0e.tar.gz tdebase-f05f9dc7532ea41c49b3e9385165d942dfab5d0e.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
Diffstat (limited to 'kdesktop/lockeng.h')
-rw-r--r-- | kdesktop/lockeng.h | 1 |
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 |