
11 Apr
2013
11 Apr
'13
10:03 a.m.
On 10.04.2013 12:08, Daniel P. Berrange wrote:
From: "Daniel P. Berrange" <berrange@redhat.com>
Add a virCgroupIsolateMount method which looks at where the current process is place in the cgroups (eg /system/demo.lxc.libvirt) and then remounts the cgroups such that this sub-directory becomes the root directory from the current process' POV.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com> --- configure.ac | 2 +- include/libvirt/virterror.h | 1 + src/libvirt_private.syms | 1 + src/util/vircgroup.c | 127 ++++++++++++++++++++++++++++++++++++++++++++ src/util/vircgroup.h | 4 ++ src/util/virerror.c | 1 + 6 files changed, 135 insertions(+), 1 deletion(-)
ACK Michal