Hi,
I decided to publish my work on the polkit feature in the separate git
branch, so everyone can check it out, test and comment since the early
stages.
Further design note:
There was an idea some time ago that we would provide a generic dbus API
other application can use to to query the problem database. To make it
more neutral I would like to change the service dbus name from
com.redhat.abrt to org.freedesktop.Problems or something like that
(waiting for ideas).
$ git clone git://git.fedorahosted.org/git/abrt.git
$ cd abrt
$ git --trac origin/polkit
$ ./autogen && ./configure && make rpm
--Jirka