diff options
author | Eric Blake <eblake@redhat.com> | 2010-10-01 11:54:34 -0600 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2010-10-01 15:27:27 -0600 |
commit | 7a5ecae996a6a18ee9bdaf0ad50782247c53ec7b (patch) | |
tree | aa3a48a18a0bb10846ba5eed5ea43425ec2a43f3 /NEWS | |
parent | 2c14ec962a46ae53d39149112ae6902ed771d497 (diff) | |
download | coreutils-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-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |