slock

My slock fork
git clone https://git.kausban.com/slock/raw/.git
Log | Files | Refs | README

commit c35a03f6848a897ecc52ba5c03ac0deec0ee4727
parent 1fa79b109665606fc9c3a1600a8925c56c95295a
Author: kausban <kausban@gmail.com>
Date:   Sun, 15 Dec 2019 02:02:53 +0000

README.md edited online with Bitbucket
Diffstat:
MREADME.md | 15++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -1,14 +1,19 @@ # Personal slock build includes patches for: + 1. pam - https://tools.suckless.org/slock/patches/pam_auth/ + 2. messages - https://tools.suckless.org/slock/patches/pam_auth/ # pam hints set user and group in config.h to something that can use pam ($USER or root) -for fingerprint add: "auth sufficient pam_fprintd.so" to /etc/pam.d/system-local-login +for fingerprint add: ``auth sufficient pam_fprintd.so`` to ``/etc/pam.d/system-local-login`` + +The following is nice in ``/etc/pam.d/sudo``. Allows to use password or fingerprint -The following is nice in sudo. Allows to use password or fingerprint - auth required pam_env.so - auth sufficient pam_unix.so try_first_pass likeauth nullok - auth sufficient pam_fprintd.so +``` +auth required pam_env.so +auth sufficient pam_unix.so try_first_pass likeauth nullok +auth sufficient pam_fprintd.so +```