summaryrefslogtreecommitdiff
path: root/docs/polkit/overview.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/polkit/overview.xml')
-rw-r--r--docs/polkit/overview.xml33
1 files changed, 0 insertions, 33 deletions
diff --git a/docs/polkit/overview.xml b/docs/polkit/overview.xml
index 24440d2..9f5a1a9 100644
--- a/docs/polkit/overview.xml
+++ b/docs/polkit/overview.xml
@@ -90,37 +90,4 @@
</para>
</chapter>
- <chapter id="polkit-extending">
- <title>Extending polkit</title>
- <para>
- polkit exports a number of extension points to
- replace/customize behavior of the polkit daemon. Note that
- all extensions run with super user privileges in the same
- process as the polkit daemon.
- </para>
- <para>
- The polkit daemons loads extensions
- from the <filename>&extensiondir;</filename> directory. See
- the <link linkend="gio-Extension-Points">GIO Extension Point
- documentation</link> for more information about the extension
- system used by polkit.
- </para>
- <para>
- The following extension points are currently defined by
- polkit:
- </para>
-
- <formalpara>
- <title>POLKIT_BACKEND_AUTHORITY_EXTENSION_POINT_NAME</title>
- <para>
- Allows replacing the Authority – the entity responsible for
- making authorization decisions. Implementations of this
- extension point must be derived from the
- PolkitBackendAuthority class. See
- the <filename>src/nullbackend/</filename> directory in the
- polkit sources for an example.
- </para>
- </formalpara>
-
- </chapter>
</part>