diff options
author | David Zeuthen <davidz@redhat.com> | 2009-02-08 16:23:45 -0500 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2009-02-08 16:23:45 -0500 |
commit | 21e21e97cd2b663ae96efe62c8f6cc69edbd1d3c (patch) | |
tree | 6efcdce824c817bdc381da8bc8250a8b2668cba1 /docs | |
parent | bc150368d95ef70b04af3bc9250c1bdfe950a048 (diff) |
load and choose what backend to use; also write a simple null backend
The thinking is that if someone wants to turn off PolicyKit, they
simply drop a file /etc/polkit-1/nullbackend.conf.d/99-i-hate-polkit.conf
with the contents
[Configuration]
priority=1000
This also provides a good cut-n-paste template / example etc. of how
to implement a PolicyKit backend.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/polkitbackend/polkitbackend-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/polkitbackend/polkitbackend-sections.txt b/docs/polkitbackend/polkitbackend-sections.txt index 4bbdb9a..5af0b97 100644 --- a/docs/polkitbackend/polkitbackend-sections.txt +++ b/docs/polkitbackend/polkitbackend-sections.txt @@ -1,6 +1,7 @@ <SECTION> <FILE>polkitbackendauthority</FILE> <TITLE>PolkitBackendAuthority</TITLE> +POLKIT_BACKEND_AUTHORITY_EXTENSION_POINT_NAME PolkitBackendAuthority PolkitBackendAuthorityClass polkit_backend_authority_check_authorization @@ -15,6 +16,7 @@ polkit_backend_authority_enumerate_authorizations polkit_backend_authority_add_authorization polkit_backend_authority_remove_authorization polkit_backend_authority_system_bus_name_owner_changed +polkit_backend_authority_get polkit_backend_register_authority <SUBSECTION Standard> POLKIT_BACKEND_AUTHORITY |