Advertisement
Guest User

pam_kwallet_init patch

a guest
Feb 19th, 2020
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.28 KB | None | 0 0
  1. --- pam_kwallet_init_old    2020-02-19 23:02:13.139012669 +0100
  2. +++ pam_kwallet_init    2020-02-19 22:47:36.412858760 +0100
  3. @@ -1,6 +1,6 @@
  4.  #!/bin/sh
  5.  
  6.  if test -n "$PAM_KWALLET5_LOGIN" ; then
  7. -    env | socat STDIN UNIX-CONNECT:$PAM_KWALLET5_LOGIN
  8. +    env > $PAM_KWALLET5_LOGIN
  9.  fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement