(Fix): fixed unsafe.Slice using &r (pointer-to-pointer) as the backing array instead of r (the calloc'd response array), which wrote password bytes into random
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
#%PAM-1.0
|
||||
auth include login
|
||||
account include login
|
||||
session include login
|
||||
password include login
|
||||
@@ -1,15 +0,0 @@
|
||||
[Unit]
|
||||
Description=latchd display manager
|
||||
After=systemd-user-sessions.service plymouth-quit-wait.service getty@tty2.service
|
||||
Conflicts=getty@tty2.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/latchd
|
||||
StandardInput=tty
|
||||
TTYPath=/dev/tty2
|
||||
TTYReset=yes
|
||||
TTYVHangup=yes
|
||||
Type=idle
|
||||
|
||||
[Install]
|
||||
Alias=display-manager.service
|
||||
Reference in New Issue
Block a user