commit:     796f6ed40a2141619cd9f25230291adf7937f3ce
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 10:38:38 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 10:39:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=796f6ed4

kde-plasma/kscreenlocker: Add missing pam files

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/kscreenlocker/files/kde6-fingerprint.pam | 13 +++++++++++++
 kde-plasma/kscreenlocker/files/kde6-smartcard.pam   | 13 +++++++++++++
 kde-plasma/kscreenlocker/files/kde6.pam             |  9 +++++++++
 3 files changed, 35 insertions(+)

diff --git a/kde-plasma/kscreenlocker/files/kde6-fingerprint.pam 
b/kde-plasma/kscreenlocker/files/kde6-fingerprint.pam
new file mode 100644
index 000000000000..38267de65e32
--- /dev/null
+++ b/kde-plasma/kscreenlocker/files/kde6-fingerprint.pam
@@ -0,0 +1,13 @@
+#%PAM-1.0
+
+auth        required    pam_shells.so
+auth        required    pam_nologin.so
+auth        required    pam_faillock.so preauth
+auth        required    pam_fprintd.so
+auth        required    pam_env.so
+
+account     include     system-local-login
+
+password    include     system-local-login
+
+session     include     system-local-login

diff --git a/kde-plasma/kscreenlocker/files/kde6-smartcard.pam 
b/kde-plasma/kscreenlocker/files/kde6-smartcard.pam
new file mode 100644
index 000000000000..f887c7823432
--- /dev/null
+++ b/kde-plasma/kscreenlocker/files/kde6-smartcard.pam
@@ -0,0 +1,13 @@
+#%PAM-1.0
+
+auth        required    pam_shells.so
+auth        required    pam_nologin.so
+auth        required    pam_faillock.so preauth
+auth        required    pam_pkcs11.so wait_for_card card_only
+auth        required    pam_env.so
+
+account     include     system-local-login
+
+password    include     system-local-login
+
+session     include     system-local-login

diff --git a/kde-plasma/kscreenlocker/files/kde6.pam 
b/kde-plasma/kscreenlocker/files/kde6.pam
new file mode 100644
index 000000000000..ce9e84d58840
--- /dev/null
+++ b/kde-plasma/kscreenlocker/files/kde6.pam
@@ -0,0 +1,9 @@
+#%PAM-1.0
+
+auth     include  system-local-login
+
+account  include  system-local-login
+
+password include  system-local-login
+
+session  include  system-local-login

Reply via email to