0
votes

I need to check the permissions of all processes on Linux to see if some of them are not running with unnecessarily high privileges (with sudo or even worse as root). Is there a way to log processes to be able to check them subsequently?

I have checked the journal for commands, but I'm not sure if that's all or if I should look for something else as well.