Combine action and details parameters
authorDavid Zeuthen <davidz@redhat.com>
Thu, 24 May 2012 18:51:46 +0000 (14:51 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Thu, 24 May 2012 18:51:46 +0000 (14:51 -0400)
commit0e85f07781f8eab9670e06cee32b38657e3b62ce
tree49d2f57f45e52265ab2d678803fa2ade40cde31e
parent2ec9e681e0ee17bcc60a0724b201b2e19b573abb
Combine action and details parameters

This also removes the ability to change detail parameters which is
actually a good thing. If we later need a way to change the
authentication message, we can always add something like
polkit.addAuthenticationMessageRule() so the user can register a
function returning a string.

Signed-off-by: David Zeuthen <davidz@redhat.com>
docs/man/polkit.xml
src/polkitbackend/50-default.rules
src/polkitbackend/init.js
src/polkitbackend/polkitbackendjsauthority.c
test/data/etc/polkit-1/rules.d/10-testing.rules
test/data/etc/polkit-1/rules.d/15-testing.rules
test/data/usr/share/polkit-1/rules.d/10-testing.rules
test/data/usr/share/polkit-1/rules.d/20-testing.rules
test/polkitbackend/test-polkitbackendjsauthority.c