diff --git a/pam.changes b/pam.changes index 77fd3a4..ec7c4be 100644 --- a/pam.changes +++ b/pam.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Nov 2 20:32:04 UTC 2021 - Callum Farmer + +- Add /run/pam_timestamp to pam.tmpfiles + +------------------------------------------------------------------- +Tue Oct 12 13:49:53 UTC 2021 - Josef Möllers + +- Corrected macro definition of %_pam_moduledir: + %_pam_moduledir %{_libdir}/security + [macros.pam] + +------------------------------------------------------------------- +Wed Oct 6 09:14:11 UTC 2021 - Josef Möllers + +- Prepend a slash to the expansion of %{_lib} in macros.pam as + this are defined without a leading slash! + ------------------------------------------------------------------- Wed Sep 15 13:34:52 UTC 2021 - Thorsten Kukuk diff --git a/pam.tmpfiles b/pam.tmpfiles index b6e8937..444ec5d 100644 --- a/pam.tmpfiles +++ b/pam.tmpfiles @@ -1,3 +1,4 @@ -#Type Path Mode User Group Age Argument -d /run/faillock 0755 root root - - -d /run/motd.d 0755 root root - - +#Type Path Mode User Group Age Argument +d /run/faillock 0755 root root - - +d /run/motd.d 0755 root root - - +d /run/pam_timestamp 0755 root root - -