summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-12-14 11:09:44 +0100
committerJim Meyering <jim@meyering.net>2006-12-14 11:14:25 +0100
commit24852bf5b5e7fd954f2e4d1d08d58575453b48b0 (patch)
tree84eb0a48a2ec2d2b9637fa4d1890f941e4d5e647 /ChangeLog
parent56007809c35dc4c3d139662578741281e11d0e3b (diff)
downloadcoreutils-24852bf5b5e7fd954f2e4d1d08d58575453b48b0.tar.xz
* NEWS: --preserve-root now works with chgrp, chmod, and chown.
* src/chmod.c (process_file): Do honor the --preserve-root option. * src/chown-core.c (change_file_owner): Likewise, but here, also handle the case in which a traversal would go "through" a symlink to root. Reported by Matthew M. Boedicker * tests/chown/preserve-root: Test for the above. * tests/chown/Makefile.am (TESTS): Add preserve-root.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76b960338..e2b8c464e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-12-14 Jim Meyering <jim@meyering.net>
+ * NEWS: --preserve-root now works with chgrp, chmod, and chown.
+ * src/chmod.c (process_file): Do honor the --preserve-root option.
+ * src/chown-core.c (change_file_owner): Likewise, but here, also
+ handle the case in which a traversal would go "through" a symlink
+ to root. Reported by Matthew M. Boedicker
+ * tests/chown/preserve-root: Test for the above.
+ * tests/chown/Makefile.am (TESTS): Add preserve-root.
+
* NEWS: Mention the chmod fix induced by the 2006-12-11 change
to gnulib's m4/openat.m4.