Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
void CGroups::disable()
51
{
52
spdlog::debug(
"cgroups disable"
);
53
54
Utils::executeCommand(WS_LINUX_INSTALL_DIR
"/scripts/cgroups-down"
);
55
}
56
57
void CGroups::addApp(pid_t pid)
58
{
Callers
1
updateState
Method · 0.45
Calls
1
executeCommand
Function · 0.50
Tested by
no test coverage detected