summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-12-26 11:38:38 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-12-26 11:39:05 +0100
commit796f6ed40a2141619cd9f25230291adf7937f3ce (patch)
tree3d23f2cd960a92677c0a20407dddcadd8533f308 /kde-plasma/kscreenlocker/files
parentdev-libs/boost: add 1.84.0 (diff)
downloadgentoo-796f6ed40a2141619cd9f25230291adf7937f3ce.tar.gz
gentoo-796f6ed40a2141619cd9f25230291adf7937f3ce.tar.bz2
gentoo-796f6ed40a2141619cd9f25230291adf7937f3ce.zip
kde-plasma/kscreenlocker: Add missing pam files
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kscreenlocker/files')
-rw-r--r--kde-plasma/kscreenlocker/files/kde6-fingerprint.pam13
-rw-r--r--kde-plasma/kscreenlocker/files/kde6-smartcard.pam13
-rw-r--r--kde-plasma/kscreenlocker/files/kde6.pam9
3 files changed, 35 insertions, 0 deletions
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