trust-store  2.0.0
Provides a common implementation of a trust store to be used by trusted helpers.
dbus_agent.h File Reference
+ Include dependency graph for dbus_agent.h:

Go to the source code of this file.

Namespaces

 core
 
 core::dbus
 
 core::trust
 Contains functionality for implementing Ubuntu's trust model.
 
 core::trust::dbus
 

Functions

CORE_TRUST_DLL_PUBLIC std::shared_ptr< core::trust::Agentcore::trust::dbus::create_per_user_agent_for_bus_connection (const std::shared_ptr< core::dbus::Bus > &connection, const std::string &service_name)
 create_per_user_agent_for_bus_connection creates a trust::Agent implementation communicating with a remote agent implementation living in the same user session. More...
 
CORE_TRUST_DLL_PUBLIC std::shared_ptr< core::trust::Agentcore::trust::dbus::create_multi_user_agent_for_bus_connection (const std::shared_ptr< core::dbus::Bus > &connection, const std::string &service_name)
 create_multi_user_agent_for_bus_connection creates a trust::Agent implementation communicating with user-specific remote agent implementations, living in user sessions. More...