Classes | |
class | LxcZone |
A class wrapping lxc container. More... | |
Functions | |
bool | setCgroup (const std::string &zoneName, const std::string &cgroupController, const std::string &cgroupName, const std::string &value) |
bool | getCgroup (const std::string &zoneName, const std::string &cgroupController, const std::string &cgroupName, std::string &value) |
bool | isDevice (const std::string &device) |
bool | setDeviceAccess (const std::string &zoneName, const std::string &device, bool grant, uint32_t flags) |
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::setCgroup | ( | const std::string & | zoneName, |
const std::string & | cgroupController, | ||
const std::string & | cgroupName, | ||
const std::string & | value | ||
) |
bool vasum::lxc::setDeviceAccess | ( | const std::string & | zoneName, |
const std::string & | device, | ||
bool | grant, | ||
uint32_t | flags | ||
) |