Skip to content

Commit ebd2d55

Browse files
derenrichpatrickxia
authored andcommitted
Update README.md
presumably this is what you meant?
1 parent f452b1b commit ebd2d55

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@ With these pam modifications, your password is the literal
88
`supersecuer<BS><BS>repassword`, and you must make the typo and the two
99
backspaces in order for your password to be accepted.
1010

11+
# What if I wanted to fix a typo?
12+
13+
Don't make typos.
14+
1115
# How do I use this?
1216

1317
This is a modified version of `libpam_misc`. After building, use
1418
`LD_PRELOAD=build/libpam_misc/libpam_misc.so.0 passwd` to change your password
15-
to something with spaces. Then you can run /bin/login with the same `LD_PRELOAD`
16-
or you can also replace your system `libpam_misc.so.0` if you want for added
17-
security out-of-the-box.
19+
to something with backspaces. Then you can run /bin/login with the same
20+
`LD_PRELOAD` or you can also replace your system `libpam_misc.so.0` if you want
21+
for added security out-of-the-box.
1822

1923
# Do I actually want this?
2024

0 commit comments

Comments
 (0)