summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>2013-06-26 11:48:27 +0300
committerPádraig Brady <P@draigBrady.com>2013-07-01 14:33:05 +0100
commit7d5976f668e0799aae1c428a17eb370f06aea1d0 (patch)
treef3ce27edc413f00ca4a22ef2e4df7e4b8ff68c50 /NEWS
parent1b90421a1bb27960679d180e40412d74b6ff3d0c (diff)
downloadcoreutils-7d5976f668e0799aae1c428a17eb370f06aea1d0.tar.xz
mkdir,mkfifo,mknod: with -Z, create SMACK security context
Enable creation of SMACK security context with -Z command-line switch if SMACK is enabled. * mkdir.c (main): Set process security context to given SMACK label. * mkfifo.c (main): Likewise. * mknod.c (main): Likewise. * src/local.mk: link mk{dir, fifo, nod} with libsmack. * NEWS: Mention the new feature.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 320638504..75ec253ee 100644
--- a/NEWS
+++ b/NEWS
@@ -29,7 +29,8 @@ GNU coreutils NEWS -*- outline -*-
** New features
- ls -Z and id -Z report the SMACK security context where available.
+ id and ls with -Z report the SMACK security context where available.
+ mkdir, mkfifo and mknod with -Z set the SMACK 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