diff mbox series

[v2] libpam: use /run instead of /var/run in systemd tmpfiles

Message ID 20220317152328.2915582-1-ricardo@foundries.io
State New
Headers show
Series [v2] libpam: use /run instead of /var/run in systemd tmpfiles | expand

Commit Message

Ricardo Salveti March 17, 2022, 3:23 p.m. UTC
/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>
---

Change in v2:
- Extended commit message to include the systemd boot warning when using
  /var/run

 meta/recipes-extended/pam/libpam/pam-volatiles.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 - -