On Linux[*], just because a process is owned by a user does not mean that user can trace the process. By trace I mean using applications such as strace or gdb to peek at the internals of the process. The process must also be dumpable, that is whether the process may generate a a core [...]
