]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Protection against doing bad stuff to the root group
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 23 Jul 2013 14:47:03 +0000 (15:47 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 25 Jul 2013 10:42:48 +0000 (11:42 +0100)
commit3068244e853357b1225bd0652bca5c07cf44d13a
tree803fb6cbdfe1bf733774a042fcb9d1c61360a197
parentf6c5f9077cc7b3fe74cc9d42afbea0ab76509e72
Protection against doing bad stuff to the root group

Add protection such that the virCgroupRemove and
virCgroupKill* do not do anything to the root cgroup.

Killing all PIDs in the root cgroup does not end well.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/util/vircgroup.c