Lxc cgroup stuff. More...
#include <string>
Go to the source code of this file.
Namespaces | |
vasum | |
vasum::lxc | |
Functions | |
bool | vasum::lxc::setCgroup (const std::string &zoneName, const std::string &cgroupController, const std::string &cgroupName, const std::string &value) |
bool | vasum::lxc::getCgroup (const std::string &zoneName, const std::string &cgroupController, const std::string &cgroupName, std::string &value) |
bool | vasum::lxc::isDevice (const std::string &device) |
bool | vasum::lxc::setDeviceAccess (const std::string &zoneName, const std::string &device, bool grant, uint32_t flags) |
Lxc cgroup stuff.