diff --git a/pam.changes b/pam.changes index 94fe450..ce9fabd 100644 --- a/pam.changes +++ b/pam.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 7 13:11:15 UTC 2024 - Thorsten Kukuk + +- pam.tmpfiles: Make sure the content of the /run directories get + removed in case of a soft-reboot + ------------------------------------------------------------------- Tue Jan 30 15:17:57 UTC 2024 - Thorsten Kukuk diff --git a/pam.tmpfiles b/pam.tmpfiles index 444ec5d..ff82860 100644 --- a/pam.tmpfiles +++ b/pam.tmpfiles @@ -1,4 +1,4 @@ #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 - - +D /run/faillock 0755 root root - - +D /run/motd.d 0755 root root - - +D /run/pam_timestamp 0755 root root - -