1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-07 09:11:11 +02:00

NEWS: mention that cp -p copies permissions more portably

Based on wording suggested by Bruno Haible.
This commit is contained in:
Jim Meyering
2008-05-30 09:08:51 +02:00
parent 9f678af5f3
commit 6c9b505329
+4
View File
@@ -6,6 +6,10 @@ GNU coreutils NEWS -*- outline -*-
chcon, runcon: --help output now includes the bug-reporting address
cp -p copies permissions more portably. For example, on MacOS X 10.5,
"cp -p some-fifo some-file" no longer fails while trying to copy the
permissions from the some-fifo argument.
id with no options now prints the SELinux context only when invoked
with no USERNAME argument.