summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2009-02-08 16:23:45 -0500
committerDavid Zeuthen <davidz@redhat.com>2009-02-08 16:23:45 -0500
commit21e21e97cd2b663ae96efe62c8f6cc69edbd1d3c (patch)
tree6efcdce824c817bdc381da8bc8250a8b2668cba1 /configure.ac
parentbc150368d95ef70b04af3bc9250c1bdfe950a048 (diff)
downloadpolkit-21e21e97cd2b663ae96efe62c8f6cc69edbd1d3c.tar.gz
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 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d98a0bc..a235ab8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -416,6 +416,7 @@ src/polkitagent/Makefile
src/polkitd/Makefile
src/programs/Makefile
src/examples/Makefile
+src/nullbackend/Makefile
docs/version.xml
docs/Makefile
docs/polkit/Makefile