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/lightdm] rawhide: Add support for unlocking oo7 wallets with login
Date: Wed, 02 Sep 2026 17:00:31 GMT	[thread overview]
Message-ID: <178836843157.1.888527025341172160.rpms-lightdm-709200fcf2ed@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/lightdm
Branch : rawhide
Commit : 709200fcf2ed97972987129e565ca5b9e33b43ec
Author : Neal Gompa <ngompa@fedoraproject.org>
Date   : 2026-09-02T13:00:21-04:00
Stats  : +2/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/lightdm/c/709200fcf2ed97972987129e565ca5b9e33b43ec?branch=rawhide

Log:
Add support for unlocking oo7 wallets with login

---
diff --git a/lightdm.pam b/lightdm.pam
index 11bbcfc..aa7a538 100644
--- a/lightdm.pam
+++ b/lightdm.pam
@@ -5,6 +5,7 @@ auth       substack    system-auth
 -auth       optional    pam_gnome_keyring.so
 -auth       optional    pam_kwallet5.so
 -auth       optional    pam_kwallet.so
+-auth       optional    pam_oo7.so
 auth       include     postlogin
 account    required    pam_nologin.so
 account    include     system-auth
@@ -19,5 +20,6 @@ session    include     system-auth
 -session    optional    pam_gnome_keyring.so auto_start
 -session    optional    pam_kwallet5.so
 -session    optional    pam_kwallet.so
+-session    optional    pam_oo7.so auto_start
 session    optional    pam_lastlog2.so silent
 session    include     postlogin

                 reply	other threads:[~2026-09-02 17:00 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=178836843157.1.888527025341172160.rpms-lightdm-709200fcf2ed@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