public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Ricardo Salveti <ricardo@foundries.io>
To: openembedded-core@lists.openembedded.org
Cc: daiane.angolini@foundries.io
Subject: [PATCH] libpam: use /run instead of /var/run in systemd tmpfiles
Date: Thu, 17 Mar 2022 00:05:19 -0300	[thread overview]
Message-ID: <20220317030519.1423570-1-ricardo@foundries.io> (raw)

/var/run in deprecated by systemd, use /run instead, as suggested by systemd.

Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
---
 meta/recipes-extended/pam/libpam/pam-volatiles.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



             reply	other threads:[~2022-03-17  3:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-17  3:05 Ricardo Salveti [this message]
2022-03-17  6:53 ` [OE-core] [PATCH] libpam: use /run instead of /var/run in systemd tmpfiles Alexander Kanavin
2022-03-17 13:43   ` Ricardo Salveti
2022-03-17 13:48     ` Alexander Kanavin
  -- strict thread matches above, loose matches on Subject: below --
2022-08-04 11:38 Beniamin Sandu
2022-08-05 11:19 ` Beniamin Sandu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220317030519.1423570-1-ricardo@foundries.io \
    --to=ricardo@foundries.io \
    --cc=daiane.angolini@foundries.io \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox