junest/lib
Filippo Squillace 6568430add Mitigate user missing from getent enumeration
Sometimes `getent passwd` does not give the user information.
This change tries to at least get the current user via
`getent passwd $USER` since it uses
a more reliable and faster system call (getpwnam(3)).

Reference:
be748493a3
2016-11-27 12:49:09 +00:00
..
core.sh Mitigate user missing from getent enumeration 2016-11-27 12:49:09 +00:00
utils.sh Issue #141: 🎨 Refactor code 2016-05-30 23:01:26 +01:00