All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] systemd: use common-session
@ 2016-08-12 15:38 Dan McGregor
  0 siblings, 0 replies; only message in thread
From: Dan McGregor @ 2016-08-12 15:38 UTC (permalink / raw)
  To: openembedded-core

From: Daniel McGregor <daniel.mcgregor@vecima.com>

During the upgrade to v230 the systemd user session pam configuration
file was changed to include the common-account configuration for sessions.
That broke user sessions. Revert it to common-session.

Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com>
---
 .../systemd/systemd/0015-systemd-user-avoid-using-system-auth.patch     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/systemd/systemd/0015-systemd-user-avoid-using-system-auth.patch b/meta/recipes-core/systemd/systemd/0015-systemd-user-avoid-using-system-auth.patch
index f7a5b19..6e6f344 100644
--- a/meta/recipes-core/systemd/systemd/0015-systemd-user-avoid-using-system-auth.patch
+++ b/meta/recipes-core/systemd/systemd/0015-systemd-user-avoid-using-system-auth.patch
@@ -29,7 +29,7 @@ index f188a8e..862d8d7 100644
  )m4_dnl
  session  required pam_loginuid.so
 -session  include system-auth
-+session  include common-account
++session  include common-session
 -- 
 2.8.3
 
-- 
2.9.2.124.g00f27fe



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-12 15:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-12 15:38 [PATCH] systemd: use common-session Dan McGregor

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.