summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJarkko Sakkinen <jarkko.sakkinen@iki.fi>2013-05-04 20:44:53 +0300
committerPádraig Brady <P@draigBrady.com>2013-05-08 11:55:08 +0100
commitca181728eee62f51924217d630f8dd0d21a8bfcd (patch)
treea370327f716c71b4782172d26733116886da16f1 /NEWS
parent465f9512b710ee2fe03c3caf65bfdccdce3544ae (diff)
downloadcoreutils-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--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3edb946af..ae6251de2 100644
--- a/NEWS
+++ b/NEWS
@@ -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.