mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
gtklock is a lockscreen based on gtkgreet. It uses the wlr-layer-shell and wlr-input-inhibitor Wayland protocols. Works on sway and other wlroots-based compositors. https://github.com/jovanlanik/gtklock
11 lines
341 B
Text
11 lines
341 B
Text
"login" has "auth sufficient pam_self.so" but a screen locker is
|
|
supposed to ask for password regardless.
|
|
|
|
pam_unix(8) requires root priveleges to access master.passwd(5),
|
|
so try authenticating via setuid helper first.
|
|
|
|
--- pam/gtklock.orig 2023-05-06 13:44:22 UTC
|
|
+++ pam/gtklock
|
|
@@ -1 +1 @@
|
|
-auth include login
|
|
+auth include unix-selfauth
|