Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upi3 lock screen accepts any password #2734
Comments
andrewdavidwong
added
bug
C: other
help wanted
P: major
security
labels
Mar 30, 2017
andrewdavidwong
added this to the Release 3.2 updates milestone
Mar 30, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Can any other i3 users reproduce this? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
jpouellet
Mar 31, 2017
Contributor
Unable to reproduce with i3lock-2.7-1 on R3.2 (not upgraded from previous).
During lock & unlock using i3lock:
[user@dom0 ~]$ journalctl -xf
Mar 31 12:15:03 dom0 audit[23703]: USER_AUTH pid=23703 uid=1000 auid=1000 ses=1 msg='op=PAM:unix_chkpwd acct="user" exe="/usr/sbin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
Mar 31 12:15:03 dom0 kernel: audit: type=1100 audit(1490976903.018:1564): pid=23703 uid=1000 auid=1000 ses=1 msg='op=PAM:unix_chkpwd acct="user" exe="/usr/sbin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
[user@dom0 ~]$ grep -r nullok /etc/pam.d
/etc/pam.d/password-auth-ac:auth sufficient pam_unix.so nullok try_first_pass
/etc/pam.d/password-auth-ac:password sufficient pam_unix.so sha512 shadow nullok try_first_pass use_authtok
/etc/pam.d/system-auth-ac:auth sufficient pam_unix.so nullok try_first_pass
/etc/pam.d/system-auth-ac:password sufficient pam_unix.so sha512 shadow nullok try_first_pass use_authtok
/etc/pam.d/xscreensaver:# auth required pam_unix2.so nullok
/etc/pam.d/xscreensaver:# auth required /lib/security/pam_pwdb.so shadow nullok
|
Unable to reproduce with i3lock-2.7-1 on R3.2 (not upgraded from previous). During lock & unlock using i3lock:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
andrewdavidwong commentedMar 30, 2017
On 2017-03-30 04:06, tom.b wrote: