switch to XML for policy definition files and introduce descriptions
authorDavid Zeuthen <davidz@redhat.com>
Mon, 23 Apr 2007 01:13:17 +0000 (21:13 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Mon, 23 Apr 2007 01:13:17 +0000 (21:13 -0400)
commitb9cf5bca49a2a1fc68002c2a315d94a3adaed51e
tree1270077939b3c0a643cf11aa927537236f53a7b4
parent5cfae846d1c2b0cbef3dcebc909e2846bcc3cc4b
switch to XML for policy definition files and introduce descriptions

Descriptions will be subject to i18n/l10n efforts at some point.

Also add a new tool polkit-list-actions.
19 files changed:
configure.in
policy/polkit-example-action.policy
polkit-grant/polkit-grant.c
polkit-grant/polkit-grant.h
polkit/Makefile.am
polkit/polkit-context.c
polkit/polkit-context.h
polkit/polkit-error.c
polkit/polkit-policy-cache.c
polkit/polkit-policy-cache.h
polkit/polkit-policy-default.c
polkit/polkit-policy-default.h
polkit/polkit-policy-file-entry.c
polkit/polkit-policy-file-entry.h
polkit/polkit-policy-file.c
polkit/polkit-policy-file.h
tools/Makefile.am
tools/polkit-list-actions.c [new file with mode: 0644]
tools/polkit-policy-file-validate.c