#1140092 Update of PAM configuration necessary

Package:
gtklock
Source:
gtklock
Description:
GTK-based lockscreen for wayland
Submitter:
Chris Hofstädtler
Date:
2026-06-15 17:21:02 UTC
Severity:
normal
#1140092#5
Date:
2026-06-15 17:18:07 UTC
From:
To:
Hi,

your package currently installs a PAM configuration that includes
the "login" PAM configuration. This is a problem for multiple reasons:

1) currently there is no guarantee login is installed
2) login moved its PAM config into /usr/lib/pam.d, and PAM currently
fails to properly include files from there (1140029)
3) the Debian-correct way was to @include common-* instead.

Your pam.d file is currently:

```
auth include login
```

Please replace it with:

```
@include common-auth
```

Then let me know in which version you fixed this, so login can
add Breaks: as needed.

I suggest you do this soon, as once users get the new login, your
package will fail (probably users cant unlock, if I guessed your
program's purpose correctly).

Best,
Chris