File: com.ubuntu.SoftwareCenter.conf

package info (click to toggle)
software-center 5.1.2debian3.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 8,708 kB
  • sloc: python: 28,999; xml: 379; sh: 127; makefile: 28
file content (15 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE busconfig PUBLIC
 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
        <policy user="root">
                <allow own="com.ubuntu.Softwarecenter"/>
        </policy>

	<policy context="default">
    		<allow send_interface="com.ubuntu.Softwarecenter"/>
		<allow receive_interface="com.ubuntu.Softwarecenter"
   		       receive_sender="com.ubuntu.Softwarecenter"/>
	</policy>

</busconfig>