Top | ![]() |
![]() |
![]() |
![]() |
gchar * | auth-store-paths | Write / Construct Only |
gchar * | config-path | Write / Construct Only |
GObject ╰── PolkitBackendAuthority ╰── PolkitBackendInteractiveAuthority ╰── PolkitBackendLocalAuthority
An implementation of PolkitBackendAuthority that stores authorizations on the local file system, supports interaction with authentication agents (virtue of being based on PolkitBackendInteractiveAuthority).
typedef struct _PolkitBackendLocalAuthority PolkitBackendLocalAuthority;
The PolkitBackendLocalAuthority struct should not be accessed directly.
struct PolkitBackendLocalAuthorityClass { PolkitBackendInteractiveAuthorityClass parent_class; };
Class structure for PolkitBackendLocalAuthority.