diff options
author | Jim Meyering <meyering@redhat.com> | 2008-09-03 08:32:36 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-09-03 09:11:05 +0200 |
commit | ef6a361a079fbf03950cc405a1ce92c3447563ef (patch) | |
tree | c66f36c96e62bd5e27e900dac493961554ca4d84 | |
parent | 63a7120c283ab4ad6ce204ea47dbe45f561a34c0 (diff) | |
download | coreutils-ef6a361a079fbf03950cc405a1ce92c3447563ef.tar.xz |
TODO: add an item for a chmod optimization
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -5,6 +5,12 @@ longer pertinent, please search the mailing list and post your intent before embarking on a big project. ================================================== +Modify chmod so that it does not change an inode's st_ctime + when the selected operation would have no other effect. + First suggested by Hans Ecke <http://hans.ecke.ws> in + http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/2920 + Discussed more recently on <http://bugs.debian.org/497514>. + document the following in coreutils.texi: runcon chcon |