commit | 116ac9270b6d5eb0605774bcd59f0bd079865126 | [log] [tgz] |
---|---|---|
author | Richard Haines <richard_c_haines@btinternet.com> | Fri Mar 07 10:36:52 2014 +0000 |
committer | Stephen Hemminger <stephen@networkplumber.org> | Mon Mar 10 13:20:49 2014 -0700 |
tree | 1c2a70e6fb43058304cded54ad88698043d8801f | |
parent | 81ebcb2ae9c93fd8dffcc498eedc2f39be7fabae [diff] |
ss: Add support for retrieving SELinux contexts The process SELinux contexts can be added to the output using the -Z option. Using the -z option will show the process and socket contexts (see the man page for details). For netlink sockets: if valid process show process context, if pid = 0 show kernel initial context, if unknown show "unavailable". Signed-off-by: Richard Haines <richard_c_haines@btinternet.com>