Package: weston
Version: 15.0.1-1
Severity: important
Control: affects -1 login

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 `weston-remote-access` is currently:

```
#%PAM-1.0
auth    include login
account include login
```

Please replace it with:

```
@include common-auth
@include common-account
```

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 (already in
unstable), your package will fail to work.

Best,
Chris

Reply via email to