diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2007-11-22 11:25:24 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-11-24 15:08:43 +0100 |
commit | 5c11250915f1521fa65502c1e4765ddd41c96edc (patch) | |
tree | f0d9e3ce43d591d2d9e7450f6a3b1f47d4cf8bfa /ChangeLog | |
parent | cbc06bb6390c1ad4a227723078ecd7f7689251cc (diff) | |
download | coreutils-5c11250915f1521fa65502c1e4765ddd41c96edc.tar.xz |
setuidgid: accept numeric UID, and new option -g GID,GID1,GID2,...
* src/setuidgid.c: Add functionality for the new test above.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2007-11-24 Jim Meyering <meyering@redhat.com> + setuidgid: accept numeric UID, and new option -g GID,GID1,GID2,... + * src/setuidgid.c: Add functionality for the new test above. + "cp -p" tries to preserve GID even if preserving the UID fails. * NEWS: Mention this new feature. * src/copy.c (set_owner): Try to preserve just the GID, |