Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/USBGuard/usbguard
/ setNSSwitchPath
Method
setNSSwitchPath
src/Daemon/NSHandler.cpp:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
void NSHandler::setNSSwitchPath(const std::string& path)
68
{
69
_nsswitch_path = path;
70
}
71
72
std::string NSHandler::getSourceInfo()
73
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected