From: Beniamin Sandu Date: Thu, 4 Aug 2022 11:38:18 +0000 (+0300) Subject: libpam: use /run instead of /var/run in systemd tmpfiles X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3327 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7865234fadf01a434d1f7097881b70905c1b8aa2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libpam: use /run instead of /var/run in systemd tmpfiles Update the deprecated path to remove the systemd warning: /etc/tmpfiles.d/pam.conf:2: Line references path below legacy directory /var/run/, updating /var/run/console /run/console; please update the tmpfiles.d/ Signed-off-by: Beniamin Sandu Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/pam/libpam/99_pam b/meta/recipes-extended/pam/libpam/99_pam index 97e990d10be..a88247be138 100644 --- a/meta/recipes-extended/pam/libpam/99_pam +++ b/meta/recipes-extended/pam/libpam/99_pam @@ -1 +1 @@ -d root root 0755 /var/run/sepermit none +d root root 0755 /run/sepermit none