]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 19 Jul 2003 11:19:16 +0000 (11:19 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 19 Jul 2003 11:19:16 +0000 (11:19 +0000)
ChangeLog

index 8e15586f48448e345bc9026067365b86497fcf30..d71a18a4ed12a52190838f5f11a074034854ceab 100644 (file)
--- 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.