itsManjeet / rlxos

A truly modern implementation of GNU/Linux distribution
https://rlxos.dev
GNU General Public License v3.0
7 stars 0 forks source link

Xfce4 Screen saver authenication failure #198

Closed itsManjeet closed 5 months ago

itsManjeet commented 5 months ago

Authentication failure after screen lock with correct password,

How to reproduce

  1. Execute xflock4 command to activate screen lock manually.
  2. Enter correct password to unlock the system.

Expected behavior Successful login and unlocking the screen-lock.

Actual behavior Authentication failure with correct password.

Temporary workaround Switch User to use lightdm for login

itsManjeet commented 5 months ago

Fixed with 231170f9615c6a3d018d27ce921261ef77e7b28e

Reason components/pam: unix_chkpwd should have setuid bit for allowing non-root processes to access shadow file