summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2017-05-12 11:26:45 +1200
committerRobert Ancell <robert.ancell@canonical.com>2017-05-12 11:26:45 +1200
commitc691d85555963521ae7024cefcff625809ee4806 (patch)
tree0b8124e555c05d922415618b5ec0d74e5d5f7996
parent995bb111ca330cf1ff550973a4a35fb6e3e9c720 (diff)
downloadlightdm-git-c691d85555963521ae7024cefcff625809ee4806.tar.gz
* SECURITY UPDATE: Guest session not confined (LP: #1663157)
- debian/50-disable-guest.conf: - debian/lightdm.install: - Disable guest sessions by default, this can be overridden by custom configuration (e.g. /etc/lightdm/lightdm.conf) - CVE-2017-8900
-rw-r--r--debian/50-disable-guest.conf5
-rw-r--r--debian/changelog11
-rw-r--r--debian/lightdm.install1
3 files changed, 17 insertions, 0 deletions
diff --git a/debian/50-disable-guest.conf b/debian/50-disable-guest.conf
new file mode 100644
index 00000000..4e01ff72
--- /dev/null
+++ b/debian/50-disable-guest.conf
@@ -0,0 +1,5 @@
+# Disable guest sessions due to them not being confined in systemd
+# CVE-2017-8900
+# https://bugs.launchpad.net/bugs/1663157
+[Seat:*]
+allow-guest=false
diff --git a/debian/changelog b/debian/changelog
index 9a32ee47..7f8fb80e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+lightdm (1.22.0-0ubuntu2.1) zesty-security; urgency=medium
+
+ * SECURITY UPDATE: Guest session not confined (LP: #1663157)
+ - debian/50-disable-guest.conf:
+ - debian/lightdm.install:
+ - Disable guest sessions by default, this can be overridden by custom
+ configuration (e.g. /etc/lightdm/lightdm.conf)
+ - CVE-2017-8900
+
+ -- Robert Ancell <robert.ancell@canonical.com> Tue, 09 May 2017 09:32:16 +1200
+
lightdm (1.22.0-0ubuntu2) zesty; urgency=medium
* SECURITY UPDATE: Directory traversal allowing arbitrary directory
diff --git a/debian/lightdm.install b/debian/lightdm.install
index e126cef9..14700b6d 100644
--- a/debian/lightdm.install
+++ b/debian/lightdm.install
@@ -19,3 +19,4 @@ debian/50-xserver-command.conf usr/share/lightdm/lightdm.conf.d
debian/50-greeter-wrapper.conf usr/share/lightdm/lightdm.conf.d
debian/50-guest-wrapper.conf usr/share/lightdm/lightdm.conf.d
debian/50-disable-log-backup.conf usr/share/lightdm/lightdm.conf.d
+debian/50-disable-guest.conf usr/share/lightdm/lightdm.conf.d