diff options
author | Jarkko Sakkinen <jarkko.sakkinen@iki.fi> | 2013-05-04 20:44:53 +0300 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2013-05-08 11:55:08 +0100 |
commit | ca181728eee62f51924217d630f8dd0d21a8bfcd (patch) | |
tree | a370327f716c71b4782172d26733116886da16f1 /NEWS | |
parent | 465f9512b710ee2fe03c3caf65bfdccdce3544ae (diff) | |
download | coreutils-ca181728eee62f51924217d630f8dd0d21a8bfcd.tar.xz |
id: with -Z, show SMACK security context
Adds an optional dependency on libsmack.
* m4/jm-macros.m4: Look for the smack library/header.
* src/id.c (main): Output the smack context if available.
* src/local.mk: Link with libsmack if available.
* NEWS: Mention the new feature.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ GNU coreutils NEWS -*- outline -*- ** New features + id -Z reports 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 lines rather than newline-terminated lines. |