summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo@foundries.io>2022-03-17 12:23:28 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-23 12:11:15 +0000
commit09eabeff2168c416c18b1c375e095b472830a9b0 (patch)
tree4d43655971e18c69fdd4104fe56ed9f536765e3e /meta/recipes-extended
parentb5d13cbdded0f71fd4b847066434d30e8a39c9ce (diff)
downloadopenembedded-core-contrib-09eabeff2168c416c18b1c375e095b472830a9b0.tar.gz
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 <ricardo@foundries.io> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/pam/libpam/pam-volatiles.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/pam/libpam/pam-volatiles.conf b/meta/recipes-extended/pam/libpam/pam-volatiles.conf
index d8b8259a93..1263feb03d 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 - -