diff options
author | Guillem Jover <guillem@debian.org> | 2017-08-20 02:14:36 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2017-10-17 02:28:09 +0200 |
commit | 8e2bbd2ab23edd7d9ea0b424a2f1791a0136a741 (patch) | |
tree | d6085ef406673d81676fdf4d447ba1b5ab6ce621 /po/its/polkit.loc | |
parent | 53dbac6cdff347fc8acc8cdacf7e509ceadd7f5d (diff) | |
download | dpkg-8e2bbd2ab23edd7d9ea0b424a2f1791a0136a741.tar.gz |
u-a: Add new policykit file
This makes it possible to use the pkexec tool to execute u-a from GUI
programs.
We need to bump the gettext build-dependency to at least 0.19.7 which is
the first version introducing ITS support and GETTEXTDATADIR variable
support (GETTEXTDATADIRS support was added in 0.19.8).
Proposed-by: Boyuan Yang <073plan@gmail.com>
Diffstat (limited to 'po/its/polkit.loc')
-rw-r--r-- | po/its/polkit.loc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/po/its/polkit.loc b/po/its/polkit.loc new file mode 100644 index 000000000..3dd1bb595 --- /dev/null +++ b/po/its/polkit.loc @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<locatingRules> + <locatingRule name="PolicyKit" pattern="*.polkit"> + <documentRule localName="policyconfig" target="polkit.its"/> + </locatingRule> +</locatingRules> |