mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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. (From OE-Core rev: 09eabeff2168c416c18b1c375e095b472830a9b0) 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>
This commit is contained in:
committed by
Richard Purdie
parent
ff7b415738
commit
43299607cc
@@ -1 +1 @@
|
||||
d /var/run/sepermit 0755 root root - -
|
||||
d /run/sepermit 0755 root root - -
|
||||
|
||||
Reference in New Issue
Block a user