Enumerate all the daemons, hooks, cron jobs, etc. This might be easy: simply enumerate all the ways a user might explicitly start a program, then enumerate all processes which aren't them.
Hooks, helper processes, umbrella services and programs, interprocess communication to services might make things difficult.
Perhaps the granularity should be code, perhaps functions, not processes.
Ultimate goal is for the computer not to do what the user doesn't want.
No comments :
Post a Comment