mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
10 lines
287 B
Text
10 lines
287 B
Text
"system-auth" doesn't exist on non-Linux.
|
|
|
|
pam_unix(8) requires root priveleges to access master.passwd(5),
|
|
so try authenticating via setuid helper first.
|
|
|
|
--- pam.d/waylock.orig 2023-01-08 18:59:32 UTC
|
|
+++ pam.d/waylock
|
|
@@ -1 +1 @@
|
|
-auth include system-auth
|
|
+auth include unix-selfauth
|