From: Ricardo Salveti Date: Thu, 17 Mar 2022 15:23:28 +0000 (-0300) Subject: libpam: use /run instead of /var/run in systemd tmpfiles X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4670 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09eabeff2168c416c18b1c375e095b472830a9b0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libpam: use /run instead of /var/run in systemd tmpfiles /var/run in deprecated by systemd, use /run instead, as suggested by systemd. This fixes the following systemd boot warning: systemd-tmpfiles[340]: /etc/tmpfiles.d/pam.conf:1: Line references path below legacy directory /var/run/, updating /var/run/sepermit → /run/sepermit; please update the tmpfiles.d/ drop-in file accordingly. Signed-off-by: Ricardo Salveti Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/pam/libpam/pam-volatiles.conf b/meta/recipes-extended/pam/libpam/pam-volatiles.conf index d8b8259a93c..1263feb03db 100644 --- a/meta/recipes-extended/pam/libpam/pam-volatiles.conf +++ b/meta/recipes-extended/pam/libpam/pam-volatiles.conf @@ -1 +1 @@ -d /var/run/sepermit 0755 root root - - +d /run/sepermit 0755 root root - -