dumpstate: Show SELinux process labels

Change-Id: Ie19586a3b733bd4420f6b20b5d253d42c2f165ea
This commit is contained in:
Nick Kralevich 2013-07-15 12:21:40 -07:00
parent 883140d0bf
commit 76b45c126b
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ static void dumpstate() {
run_command("PROCESSES", 10, "ps", "-P", NULL);
run_command("PROCESSES AND THREADS", 10, "ps", "-t", "-p", "-P", NULL);
run_command("PROCESSES (SELINUX LABELS)", 10, "ps", "-Z", NULL);
run_command("LIBRANK", 10, "librank", NULL);
do_dmesg();