Merge "dumpstate: Show SELinux process labels"
This commit is contained in:
commit
b05c4e0f34
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user