Re: Further shmctl() SHM_LOCK strangeness

From: Rik van Riel
Date: Wed Nov 24 2004 - 22:30:24 EST


On Wed, 24 Nov 2004, Hugh Dickins wrote:

regardles of the segment's ownership or permissions,
providing the size of the segment falls within the
process's RLIMIT_MEMLOCK limit.

Offhand I find it hard to grasp whether it's harmless or bad,
but inclined to think bad - if there happen to be lots of small
enough shared memory segments on the system, a series of processes
run by one unprivileged user can lock down lots of memory?

Mlocking and munlocking of shm segments is accounted
against the user_struct, not against the process.

This should stop any malicious exploits.

--
"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it." - Brian W. Kernighan
-
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/