From 0622f562d06cbf16952526246018e83d119ee209c976faf47cb2cd5ad7b981d3 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Fri, 29 Apr 2022 15:36:28 +0000 Subject: [PATCH] - Call pam_loginuid when creating user@.service (bsc#1198507) It's a backport of upstream commit 1000522a60ceade446773c67031b47a566d4a70d. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1280 --- systemd-user | 1 + systemd.changes | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/systemd-user b/systemd-user index 066515c..2e1fb80 100644 --- a/systemd-user +++ b/systemd-user @@ -20,4 +20,5 @@ account include common-account session required pam_selinux.so close session required pam_selinux.so nottys open +session required pam_loginuid.so session include common-session diff --git a/systemd.changes b/systemd.changes index bd67d98..a8b96ec 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Apr 29 12:37:00 UTC 2022 - Franck Bui + +- Call pam_loginuid when creating user@.service (bsc#1198507) + + It's a backport of upstream commit 1000522a60ceade446773c67031b47a566d4a70d. + ------------------------------------------------------------------- Wed Apr 20 07:59:23 UTC 2022 - Ludwig Nussel