build even w/ curses in an odd location -- thanks to Segher Boessenkool
ps: STAT flags for fg process group and session leader
ps: STAT flags for swapped out process dropped (was broken)
-ps: new -M and Z options for security data (SE Linux, etc.)
+ps: new -M and Z options for security data (SELinux, etc.)
slabtop: detect broken /proc/slabinfo -- thanks to Fabian Frederick
slabtop: ensure that error messages show up on the screen -- FF again
" j BSD job control format\n"
" -l long format\n"
" l BSD long format\n"
- " -M, Z add security data (for SE Linux)\n"
+ " -M, Z add security data (for SELinux)\n"
" -O <format> preloaded with default columns\n"
" O <format> as -O, with BSD personality\n"
" -o, o, --format <format>\n"
" v virtual memory format\n"
" X register format\n"
" -y do not show flags, show rrs vs. addr (used with -l)\n"
- " --context display security context (for SE Linux)\n"
+ " --context display security context (for SELinux)\n"
" --headers repeat header lines, one per page\n"
" --no-headers do not print header at all\n"
" --cols, --columns, --width <num>\n"
thread_flags |= TF_U_L;
// format_modifiers |= FM_L;
break;
- case 'M': // typically the SE Linux context
+ case 'M': // typically the SELinux context
trace("-M print security label for Mandatory Access Control\n");
format_modifiers |= FM_M;
break;
option.
.TP
.B \-\-context
-Display security context format (for SE Linux).
+Display security context format (for SELinux).
.TP
.B \-f
Do full\-format listing. This option can be combined with many other
.B \-M
Add a column of security data. Identical to
.B Z
-(for SE Linux).
+(for SELinux).
.TP
.BI O \ format
is preloaded
.B Z
Add a column of security data. Identical to
.B \-M
-(for SE Linux).
+(for SELinux).
.\" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.PD
.PP
T}
label LABEL T{
-security label, most commonly used for SE Linux context data. This is for
+security label, most commonly used for SELinux context data. This is for
the
.I Mandatory Access Control
("MAC") found on high\-security systems.