diff options
author | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> | 2013-06-26 11:48:27 +0300 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2013-07-01 14:33:05 +0100 |
commit | 7d5976f668e0799aae1c428a17eb370f06aea1d0 (patch) | |
tree | f3ce27edc413f00ca4a22ef2e4df7e4b8ff68c50 /NEWS | |
parent | 1b90421a1bb27960679d180e40412d74b6ff3d0c (diff) | |
download | coreutils-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-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |