Gmane
Favicon
From: Kirill Korotaev <dev <at> openvz.org>
Subject: [PATCH] IPC namespace
Newsgroups: gmane.linux.kernel
Date: 2006-06-09 14:55:48 GMT (3 years, 3 weeks, 3 days, 16 hours and 49 minutes ago)
The patches in this thread add IPC namespace functionality
additionally to already included in -mm tree UTS namespace.

This patch set allows to unshare IPCs and have a private set
of IPC objects (sem, shm, msg) inside namespace. Basically, it is 
another building block of containers functionality.

Tested with LTP inside namespaces.

Signed-Off-By: Pavel Emelianiov <xemul <at> openvz.org>
Signed-Off-By: Kirill Korotaev <dev <at> openvz.org>

P.S. patches are against linux-2.6.17-rc6-mm1