diff options
author | Steve Langasek <vorlon@debian.org> | 2008-07-25 17:13:21 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:01:53 -0800 |
commit | b138aaa0087d893a7c367670d9eef498c15587f0 (patch) | |
tree | 6ac6a785fb2870998072295def995a52b9d74bb1 | |
parent | bdb63761bcd55b3f01d653824c1f3990bbda45c0 (diff) | |
download | pam-b138aaa0087d893a7c367670d9eef498c15587f0.tar.gz pam-b138aaa0087d893a7c367670d9eef498c15587f0.tar.bz2 pam-b138aaa0087d893a7c367670d9eef498c15587f0.zip |
Install the new unix_update helper into libpam-modules.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/libpam-modules.files | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7678c615..ae4e7636 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,7 @@ pam (0.99.10.0-1) UNRELEASED; urgency=low split out into a separate unix_update binary, so at long last we can change unix_chkpwd to be sgid shadow instead of suid root. Closes: #155583. + * Install the new unix_update helper into libpam-modules. * Use a pristine upstream tarball instead of repacking; requires various changes to debian/rules and debhelper files. * Replace the Vcs-Svn field with a Vcs-Bzr field; jumping ship from svn, diff --git a/debian/libpam-modules.files b/debian/libpam-modules.files index bd9cec59..57187b51 100644 --- a/debian/libpam-modules.files +++ b/debian/libpam-modules.files @@ -1,3 +1,4 @@ etc/security/ sbin/unix_chkpwd +sbin/unix_update sbin/pam_tally |