diff options
author | David Zeuthen <davidz@redhat.com> | 2007-10-28 19:18:37 -0400 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2007-10-28 19:18:37 -0400 |
commit | bed2fe1c79c6d0d5ebc9fec48f0d49a8bb0eb988 (patch) | |
tree | 1445c739cc0d35db4a2746ddff6a6c854421eb3f /po | |
parent | e32810155aef77cbfbc40e2150e40ab82419efa7 (diff) |
rewrite authorization database and polkit-grant (now known as polkit-auth)
Also,
- Rename polkit-list-actions to polkit-action.
- Add a bash completion script to the polkit commandline tools.
Authorizations are no longer world-readable. So for this to work with
hal you now need to do this as root
# polkit-auth --user haldaemon --grant org.freedesktop.policykit.read
Distributions needs to do this in the %post scripts or similar.
Sorry for this huge monster patch.
Diffstat (limited to 'po')
-rw-r--r-- | po/ChangeLog | 0 | ||||
-rw-r--r-- | po/LINGUAS | 4 | ||||
-rw-r--r-- | po/POTFILES.in | 4 |
3 files changed, 8 insertions, 0 deletions
diff --git a/po/ChangeLog b/po/ChangeLog new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/po/ChangeLog diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 0000000..b72d517 --- /dev/null +++ b/po/LINGUAS @@ -0,0 +1,4 @@ +# please keep this list sorted alphabetically +# + + diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 0000000..b93a173 --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1,4 @@ +# List of source files containing translatable strings. +# Please keep this file sorted alphabetically. +[encoding: UTF-8] +policy/org.freedesktop.policykit.policy.in |