summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-19 11:19:16 +0000
committerJim Meyering <jim@meyering.net>2003-07-19 11:19:16 +0000
commitae481a2cb793063aa12fd1ae9578f0f49a214502 (patch)
tree0c7fa10ebd88a64d7b12838ca697267765a9e145 /ChangeLog
parent1d510c3f9bfd66a4c6c7880af01ba7a5b96b59cf (diff)
downloadcoreutils-ae481a2cb793063aa12fd1ae9578f0f49a214502.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e15586f4..d71a18a4e 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.