trust-store
1.0.0
Provides a common implementation of a trust store to be used by trusted helpers.
|
Abstracts user-prompting functionality. More...
#include <agent.h>
Public Member Functions | |
virtual Request::Answer | prompt_user_for_request (pid_t app_pid, const std::string &app_id, const std::string &description)=0 |
Presents the given request to the user, returning the user-provided answer. More... | |
|
pure virtual |
Presents the given request to the user, returning the user-provided answer.
app_pid | The process id of the requesting application. |
app_id | The application id of the requesting application. |
description | Extended description of the trust request. |