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

Method checkIPCAccessControlName

src/Daemon/Daemon.cpp:442–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440 }
441
442 void Daemon::checkIPCAccessControlName(const std::string& name)
443 {
444 IPCServer::checkAccessControlName(name);
445 }
446
447 void Daemon::parseIPCAccessControlFilename(const std::string& basename, std::string* const ptr_user,
448 std::string* const ptr_group)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected