summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-10-01 11:54:34 -0600
committerEric Blake <eblake@redhat.com>2010-10-01 15:27:27 -0600
commit7a5ecae996a6a18ee9bdaf0ad50782247c53ec7b (patch)
treeaa3a48a18a0bb10846ba5eed5ea43425ec2a43f3 /NEWS
parent2c14ec962a46ae53d39149112ae6902ed771d497 (diff)
downloadcoreutils-7a5ecae996a6a18ee9bdaf0ad50782247c53ec7b.tar.xz
stat: print SELinux context when available
* src/stat.c (default_format): Include context when present. * NEWS: Update blurb explaining the replacement for -Z.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dd8a18b51..719ac9c47 100644
--- a/NEWS
+++ b/NEWS
@@ -75,7 +75,10 @@ GNU coreutils NEWS -*- outline -*-
stat no longer accepts the --context (-Z) option. Initially it was
merely accepted and ignored, for compatibility. Starting two years
- ago, with coreutils-7.0, its use evoked a warning.
+ ago, with coreutils-7.0, its use evoked a warning. Printing the
+ SELinux context can be done with the %C format directive, and the
+ default output when no format is specified now automatically
+ includes %C when context information is available.
stat now outputs the full sub-second resolution for the atime,
mtime, and ctime values since the Epoch, when using the %X, %Y, and