Make it possible to influence agent registration with an a{sv} parameter
authorDavid Zeuthen <davidz@redhat.com>
Thu, 12 Apr 2012 17:54:27 +0000 (13:54 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Thu, 12 Apr 2012 18:00:26 +0000 (14:00 -0400)
commit2dd284eb425535445f0be6e9dd7d45e8ccd3ffa6
tree2df3f5169bde212bb49890e3b145fef3f927f1bd
parentbda0fc1de3361fc6f377d041ce2088118048fdf7
Make it possible to influence agent registration with an a{sv} parameter

Additionally, add a "fallback" option. Also add support in this in the
pkttyagent(1) program.

This slightly breaks libpolkit-backend API by adding a GVariant* param
to one of the class vfuncs... but that API is already declared
unstable so that's fine.

Signed-off-by: David Zeuthen <davidz@redhat.com>
docs/man/pkttyagent.xml
docs/polkit/docbook-interface-org.freedesktop.PolicyKit1.Authority.xml
docs/polkit/polkit-1-sections.txt
src/polkit/polkitauthority.c
src/polkit/polkitauthority.h
src/polkitagent/polkitagentlistener.c
src/polkitagent/polkitagentlistener.h
src/polkitbackend/polkitbackendauthority.c
src/polkitbackend/polkitbackendauthority.h
src/polkitbackend/polkitbackendinteractiveauthority.c
src/programs/pkttyagent.c