]> git.ipfire.org Git - thirdparty/coreutils.git/commit
doc: clarify SMACK related --help and documentation
authorChengwei Yang <chengwei.yang@intel.com>
Fri, 17 Jan 2014 15:46:43 +0000 (15:46 +0000)
committerPádraig Brady <P@draigBrady.com>
Fri, 17 Jan 2014 16:13:18 +0000 (16:13 +0000)
commit6fab28dce4785a86ea3f6616ecf6036c43337edd
tree3a745ebb32222eefd49a6c1ccb629963d4438e97
parent7fa1641db049912f59654153d077953714720ca2
doc: clarify SMACK related --help and documentation

* src/ls.c: Remove all mention of SELinux since ls
should treat all security context labels equally.
* doc/coreutils.texi (ls invocation): Likewise.
(id invocation): Clarify that -Z outputs the context
inherited by the process, rather than one specific to a user.
Note for SMACK this can be set instead by the SMACK64EXEC label,
in the unusual case where this is set on the id executable.
* src/id.c (usage): Likewise.
* src/mkdir.c (usage): Clarify that -Z is specific to SELinux,
while --context=CTX is also supported for SMACK.
* src/mkfifo.c (usage): Likewise.
* src/mknod.c (usage): Likewise.
doc/coreutils.texi
src/id.c
src/ls.c
src/mkdir.c
src/mkfifo.c
src/mknod.c