Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I added this to my `.bashrc`:

    if ! grep -q "pam_tid.so" /etc/pam.d/sudo ; then
      echo "touch ID no longer enabled for sudo. Insert the following line as line 2 in /etc/pam.d/sudo:"
      echo "  auth   sufficient  pam_tid.so  # enables touch id auth for sudo"
    fi


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: