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