summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-11 17:08:50 +0000
committerJim Meyering <jim@meyering.net>2003-03-11 17:08:50 +0000
commit3850874bf05a6954702400162f62dd2ee47f6c85 (patch)
tree295b3fae3a2d06623e5f1c1bf559ead590b7eeaa /TODO
parenta0528d8bf2d026b4613bd807f2217ec66d0fc43c (diff)
downloadcoreutils-3850874bf05a6954702400162f62dd2ee47f6c85.tar.xz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 3df9792f0..1714f64d1 100644
--- a/TODO
+++ b/TODO
@@ -23,3 +23,7 @@ copy.c: Address the FIXME-maybe comment in copy_internal.
And once that's done, add an exclusion so that `cp --link'
no longer incurs the overhead of saving src. dev/ino and dest. filename
in the hash table.
+
+Apply suggestion from Paul Jarc to use something along the
+lines of http://cr.yp.to/daemontools/setuidgid.html to avoid
+kludges (as in tests/rm/fail-2eperm) when running tests as root.