~ubuntu-branches/ubuntu/wily/modemmanager/wily

« back to all changes in this revision

Viewing changes to data/org.freedesktop.ModemManager1.policy

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2013-12-20 15:35:26 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20131220153526-j3xu9gp51ltzlizc
Tags: 1.0.0-1
* New upstream release. (Closes: #728214, #728215)
* debian/control: add a versioned dependency for libqmi -- we need at least
  version 1.4.
* debian/control: build-depends on libmbim-glib-dev 1.4
* debian/rules: run the local autogen.sh rather than gnome-autogen.sh.
* debian/rules: drop --with-tests. 
* debian/rules: clean up after gtk-doc files left around.
* debian/patches/glib_fixes.patch: link against glib explicitly for the
  huawei modem helper tests.
* debian/libmm-glib0.symbols: updated symbols.
* debian/watch: update watch file for new location of upstream source.

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
 
 
6
 
<policyconfig>
7
 
 
8
 
  <vendor>ModemManager</vendor>
9
 
  <vendor_url>http://www.freedesktop.org/wiki/ModemManager</vendor_url>
10
 
  <icon_name>ModemManager</icon_name>
11
 
 
12
 
  <action id="org.freedesktop.ModemManager1.Control">
13
 
    <_description>Control the Modem Manager daemon</_description>
14
 
    <_message>System policy prevents controlling the Modem Manager.</_message>
15
 
    <defaults>
16
 
      <allow_inactive>no</allow_inactive>
17
 
      <allow_active>auth_admin</allow_active>
18
 
    </defaults>
19
 
  </action>
20
 
 
21
 
  <action id="org.freedesktop.ModemManager1.Device.Control">
22
 
    <_description>Unlock and control a mobile broadband device</_description>
23
 
    <_message>System policy prevents unlocking or controlling the mobile broadband device.</_message>
24
 
    <defaults>
25
 
      <allow_inactive>no</allow_inactive>
26
 
      <allow_active>auth_self_keep</allow_active>
27
 
    </defaults>
28
 
  </action>
29
 
 
30
 
  <action id="org.freedesktop.ModemManager1.Contacts">
31
 
    <_description>Add, modify, and delete mobile broadband contacts</_description>
32
 
    <_message>System policy prevents adding, modifying, or deleting this device's contacts.</_message>
33
 
    <defaults>
34
 
      <allow_inactive>no</allow_inactive>
35
 
      <allow_active>auth_self_keep</allow_active>
36
 
    </defaults>
37
 
  </action>
38
 
 
39
 
  <action id="org.freedesktop.ModemManager1.Messaging">
40
 
    <_description>Send, save, modify, and delete text messages</_description>
41
 
    <_message>System policy prevents sending or maniuplating this device's text messages.</_message>
42
 
    <defaults>
43
 
      <allow_inactive>no</allow_inactive>
44
 
      <allow_active>auth_self_keep</allow_active>
45
 
    </defaults>
46
 
  </action>
47
 
 
48
 
  <action id="org.freedesktop.ModemManager1.Location">
49
 
    <_description>Enable and view geographic location and positioning information</_description>
50
 
    <_message>System policy prevents enabling or viewing geographic location information.</_message>
51
 
    <defaults>
52
 
      <allow_inactive>no</allow_inactive>
53
 
      <allow_active>auth_self_keep</allow_active>
54
 
    </defaults>
55
 
  </action>
56
 
 
57
 
  <action id="org.freedesktop.ModemManager1.USSD">
58
 
    <_description>Query and utilize network information and services</_description>
59
 
    <_message>System policy prevents querying or utilizing network information and services.</_message>
60
 
    <defaults>
61
 
      <allow_inactive>no</allow_inactive>
62
 
      <allow_active>yes</allow_active>
63
 
    </defaults>
64
 
  </action>
65
 
 
66
 
  <action id="org.freedesktop.ModemManager1.Firmware">
67
 
    <_description>Query and manage firmware on a mobile broadband device</_description>
68
 
    <_message>System policy prevents querying or managing this device's firmware.</_message>
69
 
    <defaults>
70
 
      <allow_inactive>no</allow_inactive>
71
 
      <allow_active>auth_admin</allow_active>
72
 
    </defaults>
73
 
  </action>
74
 
 
75
 
</policyconfig>