Signed-off-by: Ludwig Nussel <ludwig.nussel@xxxxxxx> --- login-utils/su.c | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/login-utils/su.c b/login-utils/su.c index cabf116..9585d07 100644 --- a/login-utils/su.c +++ b/login-utils/su.c @@ -324,10 +324,7 @@ authenticate (const struct passwd *pw) if (is_pam_failure(retval)) goto done; } -# if 0 /* Manpage discourages use of getlogin. */ - cp = getlogin (); - if (!(cp && *cp && (lpw = getpwnam (cp)) != NULL && lpw->pw_uid == getuid ())) -# endif + lpw = getpwuid (getuid ()); if (lpw && lpw->pw_name) { -- 1.7.7 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html