On 01/16/2014 04:44 AM, Chengwei Yang wrote: > This is a patchset, all about document of commands which support SELinux and > SMACK both. > > With an inspiration by "Why 'id -Z' says security context of the *current > process* rather than as its document says of the *current user*" > > Discussed here > http://lists.gnu.org/archive/html/coreutils/2014-01/msg00048.html > > Chengwei Yang (6): > id: correct document about its security context option > ls: correct document about its security context label > mkdir: correct document about security context option > mkfifo: correct document about security context option > mknod: correct document about security context option > doc: fix alignment > > doc/coreutils.texi | 9 +++++---- > src/id.c | 2 +- > src/ls.c | 2 +- > src/mkdir.c | 3 ++- > src/mkfifo.c | 3 ++- > src/mknod.c | 3 ++- > 6 files changed, 13 insertions(+), 9 deletions(-) >
Good stuff. I'll adjust these as per further comments, squash to a single commit and push. thanks! Pádraig.