diff -Nru schroot-1.6.10/debian/changelog schroot-1.6.10/debian/changelog --- schroot-1.6.10/debian/changelog 2021-10-07 10:24:07.000000000 +0000 +++ schroot-1.6.10/debian/changelog 2022-03-16 15:30:36.000000000 +0000 @@ -1,3 +1,9 @@ +schroot (1.6.10-12ubuntu3) jammy; urgency=medium + + * Don't create a logind session (closes: #898949, LP: #1964615). + + -- Colin Watson Wed, 16 Mar 2022 15:30:36 +0000 + schroot (1.6.10-12ubuntu2) impish; urgency=medium * No-change rebuild to build packages with zstd compression. diff -Nru schroot-1.6.10/debian/patches/common-session-noninteractive.patch schroot-1.6.10/debian/patches/common-session-noninteractive.patch --- schroot-1.6.10/debian/patches/common-session-noninteractive.patch 1970-01-01 00:00:00.000000000 +0000 +++ schroot-1.6.10/debian/patches/common-session-noninteractive.patch 2022-03-16 15:30:05.000000000 +0000 @@ -0,0 +1,18 @@ +Description: Don't create a logind session +Author: Colin Watson +Bug-Debian: https://bugs.debian.org/898949 +Bug-Ubuntu: https://bugs.launchpad.net/bugs/1964615 + +Index: b/etc/pam/schroot +=================================================================== +--- a/etc/pam/schroot ++++ b/etc/pam/schroot +@@ -28,7 +28,7 @@ + # /etc/shadow entries. + @include common-auth + @include common-account +-@include common-session ++@include common-session-noninteractive + + # Sets up user limits, please uncomment and read /etc/security/limits.conf + # to enable this functionality. diff -Nru schroot-1.6.10/debian/patches/series schroot-1.6.10/debian/patches/series --- schroot-1.6.10/debian/patches/series 2021-05-18 08:23:55.000000000 +0000 +++ schroot-1.6.10/debian/patches/series 2022-03-16 15:30:13.000000000 +0000 @@ -18,3 +18,4 @@ reproducible-build.patch 83bc6d3f99b1aa04a4864faeeb867ed09bae8e55.diff binfmt-parent-dir.patch +common-session-noninteractive.patch