~sil2100/unity-mir/no_change_rebuild

« back to all changes in this revision

Viewing changes to debian/com.canonical.Unity.conf

  • Committer: CI bot
  • Author(s): Michael Terry
  • Date: 2014-03-11 03:40:33 UTC
  • mfrom: (161.2.4 drop-dbusscreen)
  • Revision ID: ps-jenkins@lists.canonical.com-20140311034033-dajpvn931ql4helg
Drop dbusscreen code because it has moved to unity-system-compositor. 

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
 
 
6
 
        <policy user="phablet">
7
 
                <allow own="com.canonical.Unity.Screen"/>
8
 
        </policy>
9
 
 
10
 
        <policy context="default">
11
 
                <deny send_interface="com.canonical.Unity.Screen"/>
12
 
        </policy>
13
 
 
14
 
        <policy user="root">
15
 
                <allow send_interface="com.canonical.Unity.Screen"/>
16
 
        </policy>
17
 
        
18
 
</busconfig>