summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-05-04 12:01:43 +0200
committerJim Meyering <jim@meyering.net>2007-05-04 12:01:43 +0200
commit3affac54ed4b0e2c3a2e0d350403b92a26a961b9 (patch)
treec4ac95b2b078378e5ddefc9cf12176fd7c333a44 /ChangeLog
parentab402c29f9bbb7b6b55482e848bcb320b9eb70b9 (diff)
downloadcoreutils-3affac54ed4b0e2c3a2e0d350403b92a26a961b9.tar.xz
Avoid failure of root-only test when run with a restrictive umask.
* tests/rm/no-give-up: Ensure that non-root can access "d/" through root-owned ".". Reported by AIDA Shinra.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5efd94b2f..bd1b30445 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-05-04 Jim Meyering <jim@meyering.net>
+ Avoid failure of root-only test when run with a restrictive umask.
+ * tests/rm/no-give-up: Ensure that non-root can access "d/" through
+ root-owned ".". Reported by AIDA Shinra.
+
tr -c: don't abort when translating with S2 larger than complement of S1
* src/tr.c (main): Remove invalid assertion triggered by e.g.,
tr -c a '[b*256]'. There's nothing wrong with having Set2 larger