diff options
author | Jarkko Sakkinen <jarkko.sakkinen@iki.fi> | 2013-06-24 14:24:55 +0300 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2013-06-24 21:00:14 +0100 |
commit | cd510a676d15d67268e83eb9bd7c8971d7a4a7d6 (patch) | |
tree | 2fc11a1e5b38bc8a1c9702ceaf97b28d5fd8f279 /NEWS | |
parent | bc70095df2ea1bc4338ea7331d44b916e0c82258 (diff) | |
download | coreutils-cd510a676d15d67268e83eb9bd7c8971d7a4a7d6.tar.xz |
ls: with -Z, show SMACK security context
Enable showing of file SMACK security with '-Z' command-line switch
if SMACK is enabled. Showing SMACK context of a file does not strictly
require SMACK to be enabled but this required to make choice whether to
show SELinux or SMACK security context.
* src/ls.c (getfilecon_cache): Retrieve SMACK context if available.
(gobble_file): Handle SMACK context similarly to SELinux context.
* src/local.mk: Link lsl with libsmack.
* NEWS: Mention the new feature.
* .mailmap: Merge the Author's 2 email addresses.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ GNU coreutils NEWS -*- outline -*- ** New features - id -Z reports the SMACK security context where available. + ls -Z and id -Z report the SMACK security context where available. join accepts a new option: --zero-terminated (-z). As with the sort,uniq option of the same name, this makes join consume and produce NUL-terminated |