Loading cmds/dumpstate/dumpstate.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -1540,6 +1540,9 @@ int main(int argc, char *argv[]) { add_mountinfo(); dump_iptables(); // Run ss as root so we can see socket marks. run_command("DETAILED SOCKET STATE", 10, "ss", "-eionptu", NULL); if (!drop_root_user()) { return -1; } Loading Loading
cmds/dumpstate/dumpstate.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -1540,6 +1540,9 @@ int main(int argc, char *argv[]) { add_mountinfo(); dump_iptables(); // Run ss as root so we can see socket marks. run_command("DETAILED SOCKET STATE", 10, "ss", "-eionptu", NULL); if (!drop_root_user()) { return -1; } Loading