On 01/16/2014 04:44 AM, Chengwei Yang wrote: > The implementation is, "." following the file permission mode bits > indicates both SELinux and SMACK access method, so fix the document. > > Also in its help info, so the manpage generated from help into.
> --- a/src/ls.c > +++ b/src/ls.c > @@ -4886,7 +4886,7 @@ Sort entries alphabetically if none of -cftuvSUX nor > --sort is specified.\n\ > -w, --width=COLS assume screen width instead of current value\n\ > -x list entries by lines instead of by columns\n\ > -X sort alphabetically by entry extension\n\ > - -Z, --context print any SELinux security context of each > file\n\ > + -Z, --context print any SELinux or SMACK security context of > each file\n\ This is a bit long and will get out of date if we ever have support for other LSMs, so I'll s/SELinux or SMACK//. thanks, Pádraig.