~zeitgeist/activity-log-manager/fix-bug-1058037

« back to all changes in this revision

Viewing changes to .pc/fix-i18n.patch/src/diagnostics/com.ubuntu.whoopsiepreferences.policy

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2012-03-05 17:30:46 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120305173046-0kf6bzadvw116i5k
Tags: 0.9.3-0ubuntu1
* New upstream release
  - Application blacklist does not block application launches (LP: #930093)
  - Application selection TreeView should show last used and usage
    (LP: #925638)
  - Typo in /src/history-widget.vala:68 (LP: #944993)
  - The Application selection list shows usage of applications
  - Some whoopsie related files have been added to i18n system
* debian/patches/fix-i18n.patch:
  - removed, usptreamed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE policyconfig PUBLIC
3
 
 "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
4
 
 "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
5
 
<policyconfig>
6
 
  <vendor>Ubuntu crash reporting</vendor>
7
 
  <vendor_url>https://launchpad.net/whoopsie-daisy</vendor_url>
8
 
  <icon_name>stock_lock</icon_name>
9
 
  <action id="com.ubuntu.whoopsiepreferences.change">
10
 
    <description gettext-domain="whoopsie">Privacy settings</description>
11
 
    <message gettext-domain="whoopsie">To change your privacy settings you need to authenticate.</message>
12
 
    <defaults>
13
 
      <allow_any>auth_admin</allow_any>
14
 
      <allow_inactive>auth_admin</allow_inactive>
15
 
      <allow_active>auth_admin_keep</allow_active>
16
 
    </defaults>
17
 
 </action>
18
 
</policyconfig>