From f42ae67ed31b2903193b04079719862b7a1ab0f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 10 Feb 2022 17:42:47 +0100 Subject: [PATCH] Add pam_namespace to systemd-user pam config --- systemd-user | 1 + systemd.spec | 3 +++ 2 files changed, 4 insertions(+) diff --git a/systemd-user b/systemd-user index 2725df9..c4c427f 100644 --- a/systemd-user +++ b/systemd-user @@ -7,4 +7,5 @@ account include system-auth session required pam_selinux.so close session required pam_selinux.so nottys open session required pam_loginuid.so +session required pam_namespace.so session include system-auth diff --git a/systemd.spec b/systemd.spec index 8b62f50..2a9cb00 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1031,6 +1031,9 @@ fi %files standalone-sysusers -f .file-list-standalone-sysusers %changelog +* Thu Feb 10 2022 Zbigniew Jędrzejewski-Szmek - 250.3-3 +- Add pam_namespace to systemd-user pam config (rhbz#2053098) + * Sat Jan 22 2022 Fedora Release Engineering - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild