public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Neal Gompa <ngompa@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/lxdm] f45: Add support for unlocking oo7 wallets with login
Date: Thu, 03 Sep 2026 21:12:09 GMT [thread overview]
Message-ID: <178846992968.1.11930072265971147285.rpms-lxdm-361fb5a829e8@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/lxdm
Branch : f45
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=f45
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
reply other threads:[~2026-09-03 21:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=178846992968.1.11930072265971147285.rpms-lxdm-361fb5a829e8@fedoraproject.org \
--to=ngompa@fedoraproject.org \
--cc=git-commits@fedoraproject.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