lomiri-location-service ..
An aggregating location service providing positioning and geocoding capabilities to applications.
|
Credentials of a remote session. More...
#include <permission_manager.h>
Public Attributes | |
pid_t | pid |
The process id of the remote peer. | |
uid_t | uid |
The user id the remote peer runs under. | |
std::string | profile |
The AppArmor profile of the remote peer. | |
Credentials of a remote session.
Definition at line 36 of file permission_manager.h.
pid_t com::lomiri::location::service::Credentials::pid |
The process id of the remote peer.
Definition at line 39 of file permission_manager.h.
std::string com::lomiri::location::service::Credentials::profile |
The AppArmor profile of the remote peer.
Definition at line 43 of file permission_manager.h.
uid_t com::lomiri::location::service::Credentials::uid |
The user id the remote peer runs under.
Definition at line 41 of file permission_manager.h.