MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3-linux / Authorize

Method Authorize

addons/devposture/service.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66
67const bool Handler::Authorize(const DBus::Authz::Request::Ptr authzreq)
68{
69 return true;
70}
71
72
73void Handler::LoadProtocolProfiles(const std::string &profile_dir)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected