diff options
author | Pádraig Brady <P@draigBrady.com> | 2010-04-16 08:39:11 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2010-04-16 23:02:02 +0100 |
commit | 1777d0dfe34dc4d8c148a34a96eb92c6036ff7bd (patch) | |
tree | 6238e6b29bbc3a3d10e96c6f7f9b5a6bcc661ab1 /NEWS | |
parent | 56fce1aed76fa8d2ceaff8a9c4046204493adffe (diff) | |
download | coreutils-1777d0dfe34dc4d8c148a34a96eb92c6036ff7bd.tar.xz |
cp: preserve "capabilities" when also preserving file ownership
* src/copy.c (copy_reg): Copy xattrs _after_ setting file ownership
so that capabilities are not cleared when setting ownership.
* tests/cp/capability: A new root test.
* tests/Makefile.am (root_tests): Reference the new test.
* NEWS: Mention the fix.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + cp now preserves "capabilities" also when preserving file ownership. + ls --color once again honors the 'NORMAL' dircolors directive. [bug introduced in coreutils-6.11] |