public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/lxdm] rawhide: Add support for unlocking oo7 wallets with login
@ 2026-09-03 21:11 Neal Gompa
0 siblings, 0 replies; only message in thread
From: Neal Gompa @ 2026-09-03 21:11 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/lxdm
Branch : rawhide
Commit : 361fb5a829e8cc493d953a01c6fa090260a62394
Author : Neal Gompa <ngompa@fedoraproject.org>
Date : 2026-09-03T17:11:37-04:00
Stats : +8/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/lxdm/c/361fb5a829e8cc493d953a01c6fa090260a62394?branch=rawhide
Log:
Add support for unlocking oo7 wallets with login
---
diff --git a/lxdm.spec b/lxdm.spec
index 0227715..4299e57 100644
--- a/lxdm.spec
+++ b/lxdm.spec
@@ -26,7 +26,7 @@
Name: lxdm
Version: %{main_version}%{?git_version:^%{?git_version}}
-Release: 16%{?dist}
+Release: 17%{?dist}
Summary: Lightweight X11 Display Manager
# src/*.c GPL-3.0-or-later
@@ -247,6 +247,9 @@ exit 0
%changelog
+* Thu Sep 03 2026 Neal Gompa <ngompa@fedoraproject.org> - 0.5.3^20220831git2d4ba970-17
+- Add support for unlocking oo7 wallets with login
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3^20220831git2d4ba970-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/pam.lxdm b/pam.lxdm
index e7950be..60b1d3e 100644
--- a/pam.lxdm
+++ b/pam.lxdm
@@ -3,7 +3,8 @@ auth [success=done ignore=ignore default=bad] pam_selinux_permit.so
auth required pam_succeed_if.so user != root quiet
auth required pam_env.so
auth substack system-auth
-auth optional pam_gnome_keyring.so
+-auth optional pam_gnome_keyring.so
+-auth optional pam_oo7.so
auth include postlogin
account required pam_nologin.so
account include system-auth
@@ -13,6 +14,7 @@ session required pam_loginuid.so
session required pam_selinux.so open
session optional pam_keyinit.so force revoke
session required pam_namespace.so
-session optional pam_gnome_keyring.so auto_start
+-session optional pam_gnome_keyring.so auto_start
+-session optional pam_oo7.so auto_start
session include system-auth
session include postlogin
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-03 21:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-03 21:11 [rpms/lxdm] rawhide: Add support for unlocking oo7 wallets with login Neal Gompa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox