MCPcopy Create free account
hub / github.com/Windscribe/Desktop-App / disable

Method disable

src/helper/linux/split_tunneling/cgroups.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void CGroups::disable()
51{
52 spdlog::debug("cgroups disable");
53
54 Utils::executeCommand(WS_LINUX_INSTALL_DIR "/scripts/cgroups-down");
55}
56
57void CGroups::addApp(pid_t pid)
58{

Callers 1

updateStateMethod · 0.45

Calls 1

executeCommandFunction · 0.50

Tested by

no test coverage detected