usability: pam abort when attempting to login to root when root password is locked

This commit is contained in:
Patrick Schleizer 2020-11-05 06:47:16 -05:00
parent 581e31af81
commit abae787186
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -22,6 +22,7 @@ else
echo "$0: ERROR: root account is locked by default. See:" >&2
echo "https://www.whonix.org/wiki/root" >&2
echo "" >&2
exit 1
fi
fi