summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2013-05-22 02:03:30 +0100
committerColin Watson <cjwatson@debian.org>2013-05-22 02:03:30 +0100
commitc961c7505700c1bb963909adcf994941045c2dac (patch)
tree190a08bb05e79b47f13576d6f4931c71cc8bc0d3
parent21a53192fe3500604a06dc01afa26eaaa34e73cf (diff)
Use the pam_loginuid session module (thanks, Laurent Bigonville; closes:
#677440, LP: #1067779).
-rw-r--r--debian/changelog2
-rw-r--r--debian/openssh-server.sshd.pam3
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e98db0753..394096d41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,8 @@ openssh (1:6.2p2-2) UNRELEASED; urgency=low
34 applied these checks by now. The ssh-vulnkey tool and the blacklisting 34 applied these checks by now. The ssh-vulnkey tool and the blacklisting
35 support in sshd are still here, at least for the moment. 35 support in sshd are still here, at least for the moment.
36 * This removes the last of our uses of debconf (closes: #221531). 36 * This removes the last of our uses of debconf (closes: #221531).
37 * Use the pam_loginuid session module (thanks, Laurent Bigonville; closes:
38 #677440, LP: #1067779).
37 39
38 -- Colin Watson <cjwatson@debian.org> Tue, 21 May 2013 17:49:35 +0100 40 -- Colin Watson <cjwatson@debian.org> Tue, 21 May 2013 17:49:35 +0100
39 41
diff --git a/debian/openssh-server.sshd.pam b/debian/openssh-server.sshd.pam
index 9261e9dca..e61d67777 100644
--- a/debian/openssh-server.sshd.pam
+++ b/debian/openssh-server.sshd.pam
@@ -13,6 +13,9 @@ account required pam_nologin.so
13# Standard Un*x authorization. 13# Standard Un*x authorization.
14@include common-account 14@include common-account
15 15
16# Set the loginuid process attribute.
17session required pam_loginuid.so
18
16# Standard Un*x session setup and teardown. 19# Standard Un*x session setup and teardown.
17@include common-session 20@include common-session
18 21