MCPcopy Create free account
hub / github.com/USBGuard/usbguard / addIPCAllowedUID

Method addIPCAllowedUID

src/Daemon/Daemon.cpp:1077–1081  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1075 }
1076
1077 void Daemon::addIPCAllowedUID(uid_t uid, const IPCServer::AccessControl& ac)
1078 {
1079 USBGUARD_LOG(Trace) << "uid=" << uid;
1080 IPCServer::addAllowedUID(uid, ac);
1081 }
1082
1083 void Daemon::addIPCAllowedUID(const std::string& uid_string, const IPCServer::AccessControl& ac)
1084 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected