~aaronp/software-center/enhance-usefulness

« back to all changes in this revision

Viewing changes to data/com.ubuntu.SoftwareCenter.conf

  • Committer: Michael Vogt
  • Date: 2009-09-25 15:30:34 UTC
  • Revision ID: michael.vogt@ubuntu.com-20090925153034-vf6oqy9j66fc6jcz
renamed to "Ubuntu Software Center" and software-center (LP: #436648)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
4
4
<busconfig>
5
5
        <policy user="root">
6
 
                <allow own="com.ubuntu.SoftwareStore"/>
 
6
                <allow own="com.ubuntu.Softwarecenter"/>
7
7
        </policy>
8
8
 
9
9
        <policy context="default">
10
 
                <allow send_interface="com.ubuntu.SoftwareStore"/>
11
 
                <allow receive_interface="com.ubuntu.SoftwareStore"
12
 
                       receive_sender="com.ubuntu.SoftwareStore"/>
 
10
                <allow send_interface="com.ubuntu.Softwarecenter"/>
 
11
                <allow receive_interface="com.ubuntu.Softwarecenter"
 
12
                       receive_sender="com.ubuntu.Softwarecenter"/>
13
13
        </policy>
14
14
 
15
15
</busconfig>