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.
“auth-store-paths”
property“auth-store-paths” gchar *
Semi-colon separated list of Authorization Store 'top' directories.
Flags: Write / Construct Only
Default value: "/var/lib/polkit-1/localauthority;/etc/polkit-1/localauthority"
“config-path”
property“config-path” gchar *
Path to directory of LocalAuthority config files.
Flags: Write / Construct Only
Default value: "/etc/polkit-1/localauthority.conf.d"