From ae699035e9242b3466953bf5169f33f54b78a14e Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Fri, 8 Jun 2018 10:24:42 +0200 Subject: [PATCH] use /run instead of /var/run in pamtmp.conf (#1588612) --- pam.spec | 5 ++++- pamtmp.conf | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/pam.spec b/pam.spec index fa5a15f..732c1ad 100644 --- a/pam.spec +++ b/pam.spec @@ -3,7 +3,7 @@ Summary: An extensible library which provides authentication for applications Name: pam Version: 1.3.1 -Release: 1%{?dist} +Release: 2%{?dist} # The library is BSD licensed with option to relicense as GPLv2+ # - this option is redundant as the BSD license allows that anyway. # pam_timestamp, pam_loginuid, and pam_console modules are GPLv2+. @@ -372,6 +372,9 @@ fi %doc doc/specs/rfc86.0.txt %changelog +* Fri Jun 8 2018 Tomáš Mráz 1.3.1-1 +- use /run instead of /var/run in pamtmp.conf (#1588612) + * Fri May 18 2018 Tomáš Mráz 1.3.1-1 - new upstream release 1.3.1 with multiple improvements diff --git a/pamtmp.conf b/pamtmp.conf index 61f4c3e..e94a860 100644 --- a/pamtmp.conf +++ b/pamtmp.conf @@ -1,3 +1,3 @@ -d /var/run/console 0755 root root - -d /var/run/faillock 0755 root root - -d /var/run/sepermit 0755 root root - +d /run/console 0755 root root - +d /run/faillock 0755 root root - +d /run/sepermit 0755 root root -