dumpstate: Show SELinux process labels
Change-Id: Ie19586a3b733bd4420f6b20b5d253d42c2f165ea
This commit is contained in:
parent
883140d0bf
commit
76b45c126b
@ -95,6 +95,7 @@ static void dumpstate() {
|
|||||||
|
|
||||||
run_command("PROCESSES", 10, "ps", "-P", NULL);
|
run_command("PROCESSES", 10, "ps", "-P", NULL);
|
||||||
run_command("PROCESSES AND THREADS", 10, "ps", "-t", "-p", "-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);
|
run_command("LIBRANK", 10, "librank", NULL);
|
||||||
|
|
||||||
do_dmesg();
|
do_dmesg();
|
||||||
|
Loading…
Reference in New Issue
Block a user