| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected