Add pkcheck(1) command to check for authorizations
authorDavid Zeuthen <davidz@redhat.com>
Fri, 29 May 2009 15:12:05 +0000 (11:12 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Fri, 29 May 2009 15:12:05 +0000 (11:12 -0400)
commit13c5b2ebcdc81c4841e2d455cbb8dd7c58057043
tree5b91028a979cae5fdb805945ae9dbadd9bdd5ec5
parentb85f0d449e1e35e227c0bf8334bae10ffe3a2ae9
Add pkcheck(1) command to check for authorizations

This is just a simple wrapper for the CheckAuthorization() D-Bus method.

See these messages

 https://www.redhat.com/archives/fedora-devel-list/2009-May/msg01364.html
 https://www.redhat.com/archives/fedora-devel-list/2009-May/msg01397.html

where this helper was discussed - it may make it a lot easier to use
polkit from code that pretends to care about OOM conditions.
docs/man/Makefile.am
docs/man/pkcheck.xml [new file with mode: 0644]
docs/polkit/Makefile.am
docs/polkit/polkit-1-docs.xml
src/programs/Makefile.am
src/programs/pkcheck.c [new file with mode: 0644]