manpagez: man pages & more
html files: polkit
Home | html | info | man

PolkitBackendLocalAuthority

PolkitBackendLocalAuthority — Local Authority

Stability Level

Unstable, unless otherwise indicated

Object Hierarchy

  GObject
   +----PolkitBackendAuthority
         +----PolkitBackendInteractiveAuthority
               +----PolkitBackendLocalAuthority

Description

An implementation of PolkitBackendAuthority that stores authorizations on the local file system, supports interaction with authentication agents (virtue of being based on PolkitBackendInteractiveAuthority), and implements support for lock down.

Details

PolkitBackendLocalAuthority

typedef struct _PolkitBackendLocalAuthority PolkitBackendLocalAuthority;

The PolkitBackendLocalAuthority struct should not be accessed directly.


PolkitBackendLocalAuthorityClass

typedef struct {
  PolkitBackendInteractiveAuthorityClass parent_class;
} PolkitBackendLocalAuthorityClass;

Class structure for PolkitBackendLocalAuthority.

PolkitBackendInteractiveAuthorityClass parent_class;

The parent class.
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.