From 241fc7257af2730947e7a5ee3d35868eb8e95cbd Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 10 Feb 2016 12:14:01 +0100 Subject: Plasma: apply a patch to kscreenlocker to address CVE-2016-2312. Turning all screens off while the lock screen is shown can result in the screen being unlocked when turning a screen on again. See also https://www.kde.org/info/security/advisory-20160209-1.txt --- kde/patch/kscreenlocker.patch | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 kde/patch/kscreenlocker.patch (limited to 'kde/patch/kscreenlocker.patch') diff --git a/kde/patch/kscreenlocker.patch b/kde/patch/kscreenlocker.patch new file mode 100644 index 0000000..e1beada --- /dev/null +++ b/kde/patch/kscreenlocker.patch @@ -0,0 +1,4 @@ +# KDEBUG #358125, also CVE-2016-2312 (fixed in Plasma 5.5.5): +# Dont quit the Greeter when last window closes. +cat $CWD/patch/kscreenlocker/kscreenlocker_CVE-2016-2312.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } + -- cgit v1.2.3