polkit Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
GObject +----PolkitBackendAuthority +----PolkitBackendInteractiveAuthority +----PolkitBackendLocalAuthority
"auth-store-paths" gchar* : Write / Construct Only "config-path" gchar* : Write / Construct Only
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.
PolkitBackendInteractiveAuthorityClass |
The parent class. |
"auth-store-paths"
property"auth-store-paths" gchar* : Write / Construct Only
Semi-colon separated list of Authorization Store 'top' directories.
Default value: "/var/lib/polkit-1/localauthority;/etc/polkit-1/localauthority"
"config-path"
property"config-path" gchar* : Write / Construct Only
Path to directory of LocalAuthority config files.
Default value: "/etc/polkit-1/localauthority.conf.d"