File indexing completed on 2024-12-22 05:09:18
0001 #!/bin/sh 0002 0003 if test -n "$PAM_KWALLET5_LOGIN" ; then 0004 env | socat STDIN UNIX-CONNECT:$PAM_KWALLET5_LOGIN 0005 fi 0006
File indexing completed on 2024-12-22 05:09:18
0001 #!/bin/sh 0002 0003 if test -n "$PAM_KWALLET5_LOGIN" ; then 0004 env | socat STDIN UNIX-CONNECT:$PAM_KWALLET5_LOGIN 0005 fi 0006