~sil2100/location-service/gps-arm64

« back to all changes in this revision

Viewing changes to data/com.ubuntu.location.Service.conf

  • Committer: Thomas Voß
  • Date: 2013-05-28 14:20:45 UTC
  • Revision ID: thomas.voss@canonical.com-20130528142045-kq5umqdmm4o53vwk
Initial push.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE busconfig PUBLIC
 
2
 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 
3
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 
4
<busconfig>
 
5
        <policy user="root">
 
6
                <allow own="com.ubuntu.location.Service"/>
 
7
                <allow send_destination="com.ubuntu.location.Service"/>
 
8
                <allow send_destination="com.ubuntu.location.Service.Session"/>
 
9
                <allow send_interface="com.ubuntu.location.Service"/>
 
10
                <allow send_interface="com.ubuntu.location.Service.Session"/>
 
11
        </policy>
 
12
        <policy context="default">
 
13
                <deny own="com.ubuntu.location.Service"/>
 
14
                <allow own="com.ubuntu.location.Service.Session"/>
 
15
                <allow send_destination="com.ubuntu.location.Service"/>
 
16
                <allow send_destination="com.ubuntu.location.Service.Session"/>
 
17
                <allow send_interface="com.ubuntu.location.Service"/>
 
18
                <allow send_interface="com.ubuntu.location.Service.Session"/>
 
19
        </policy>
 
20
</busconfig>