From: Jim Meyering Date: Sat, 19 Jul 2003 11:19:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.90~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae481a2cb793063aa12fd1ae9578f0f49a214502;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 8e15586f48..d71a18a4ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,13 @@ * Version 5.0.90. + * tests/priv-check: Use `id -u' to see if we're running as root, + rather than trying go write to an write-protected file. + When running as root, ensure $NON_ROOT_USERNAME is valid. + When running as root with `require-non-root', ensure that `.' + is writable by $NON_ROOT_USERNAME, then reinvoke $0 set-user-ID + to $NON_ROOT_USERNAME. If `.' is not writable, then skip the test. + * src/printenv.c: Include "exitfail.h". (main): Set exit_failure rather than calling close_stdout_set_status. * src/date.c: Likewise.