~ubuntu-branches/ubuntu/vivid/modemmanager/vivid-proposed

« back to all changes in this revision

Viewing changes to policy/org.freedesktop.modem-manager.policy

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-06-16 17:12:41 UTC
  • mfrom: (16.1.1 oneiric)
  • Revision ID: james.westby@ubuntu.com-20110616171241-k8vgsdmbpsvx467q
Tags: 0.4.997-1
* debian/watch: Switch to .bz2 tarballs.
* Upload to unstable.

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
 
 
7
  <vendor>ModemManager</vendor>
 
8
  <vendor_url>http://www.freedesktop.org/wiki/ModemManager</vendor_url>
 
9
  <icon_name>modem-manager</icon_name>
 
10
 
 
11
  <action id="org.freedesktop.ModemManager.Device.Control">
 
12
    <description>Unlock and control a mobile broadband device</description>
 
13
    <message>System policy prevents unlocking or controlling the mobile broadband device.</message>
 
14
    <defaults>
 
15
      <allow_inactive>no</allow_inactive>
 
16
      <allow_active>auth_self_keep</allow_active>
 
17
    </defaults>
 
18
  </action>
 
19
 
 
20
  <action id="org.freedesktop.ModemManager.Device.Info">
 
21
    <description>Request mobile broadband device identifying information</description>
 
22
    <message>System policy prevents requesting identifying information from the mobile broadband device.</message>
 
23
    <defaults>
 
24
      <allow_inactive>no</allow_inactive>
 
25
      <allow_active>yes</allow_active>
 
26
    </defaults>
 
27
  </action>
 
28
 
 
29
  <action id="org.freedesktop.ModemManager.Contacts">
 
30
    <description>Add, modify, and delete mobile broadband contacts</description>
 
31
    <message>System policy prevents adding, modifying, or deleteing this device's contacts.</message>
 
32
    <defaults>
 
33
      <allow_inactive>no</allow_inactive>
 
34
      <allow_active>auth_self_keep</allow_active>
 
35
    </defaults>
 
36
  </action>
 
37
 
 
38
  <action id="org.freedesktop.ModemManager.SMS">
 
39
    <description>Send, save, modify, and delete text messages</description>
 
40
    <message>System policy prevents sending or maniuplating this device's text messages.</message>
 
41
    <defaults>
 
42
      <allow_inactive>no</allow_inactive>
 
43
      <allow_active>auth_self_keep</allow_active>
 
44
    </defaults>
 
45
  </action>
 
46
 
 
47
  <action id="org.freedesktop.ModemManager.Location">
 
48
    <description>Enable and view geographic location and positioning information</description>
 
49
    <message>System policy prevents enabling or viewing geographic location information.</message>
 
50
    <defaults>
 
51
      <allow_inactive>no</allow_inactive>
 
52
      <allow_active>auth_self_keep</allow_active>
 
53
    </defaults>
 
54
  </action>
 
55
 
 
56
  <action id="org.freedesktop.ModemManager.USSD">
 
57
    <description>Query and utilize network information and services</description>
 
58
    <message>System policy prevents querying or utilizing network information and services.</message>
 
59
    <defaults>
 
60
      <allow_inactive>no</allow_inactive>
 
61
      <allow_active>yes</allow_active>
 
62
    </defaults>
 
63
  </action>
 
64
 
 
65
</policyconfig>
 
 
b'\\ No newline at end of file'