Re: Accessing a process structure in the processes link list

From: Doug McNaught
Date: Sun Nov 28 2004 - 18:14:43 EST


A M <alim1993@xxxxxxxxx> writes:

> Would it be possible for a program running as root
> that wasn't compiled with the kernel to access a
> process structure in the processes link list?

Yes, but see below.

> I've read an article about hiding processes and the
> article made sound so easy to access the link list and
> hide a process, how easy is it?

You need read access to /dev/kmem and a fairly intimate knowledge of
the kernel data structures in question.

> Is it possible to a process to access its own entry in
> the processes link list?

Not without read access to the kmem device...

-Doug
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/