After running hawk as root, whenever a new terminal is started, commands such sudo sleep 1 causes the CLI to hang on the process and becomes unkillable via CLI. I believe this has to do with the process ID being locked onto inside the source code of traceSudoProcess.
After running hawk as root, whenever a new terminal is started, commands such
sudo sleep 1causes the CLI to hang on the process and becomes unkillable via CLI. I believe this has to do with the process ID being locked onto inside the source code of traceSudoProcess.