diff options
author | Steve Langasek <steve.langasek@canonical.com> | 2022-08-18 16:37:54 +0000 |
---|---|---|
committer | Steve Langasek <steve.langasek@canonical.com> | 2022-08-18 16:37:54 +0000 |
commit | d07e2526217a4e96a75924829c04775526b39e48 (patch) | |
tree | 3ac040fd3593b414b9120418bcd8248317ca111f | |
parent | ec03c44609daab5e6f2c9760c40014441111a947 (diff) | |
download | pam-d07e2526217a4e96a75924829c04775526b39e48.tar.gz pam-d07e2526217a4e96a75924829c04775526b39e48.tar.bz2 pam-d07e2526217a4e96a75924829c04775526b39e48.zip |
Install the pam_namespace.service unit in the libpam-modules-bin package.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/libpam-modules-bin.install | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6fcdaa0b..9610fb17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ pam (1.5.2-2) UNRELEASED; urgency=medium * Pass --with-systemdunitdir=/usr/lib/systemd/system for consistent builds whether we are or aren't building in an environment with systemd present. + * Install the pam_namespace.service unit in the libpam-modules-bin + package. -- Steve Langasek <vorlon@debian.org> Thu, 18 Aug 2022 16:19:52 +0000 diff --git a/debian/libpam-modules-bin.install b/debian/libpam-modules-bin.install index e3e086ca..2f1c3914 100644 --- a/debian/libpam-modules-bin.install +++ b/debian/libpam-modules-bin.install @@ -6,3 +6,4 @@ sbin/pwhistory_helper sbin/pam_timestamp_check usr/sbin sbin/faillock usr/sbin modules/pam_faillock/faillock.8 usr/share/man/man8 +usr/lib/systemd/system/pam_namespace.service |