Home | History | Annotate | Download | only in trunks
      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="trunks">
      6     <allow own="org.chromium.Trunks" />
      7   </policy>
      8 
      9   <policy context="default">
     10     <allow send_destination="org.chromium.Trunks" />
     11     <!-- introspection denied -->
     12     <deny send_destination="org.chromium.Trunks"
     13           send_interface="org.freedesktop.DBus.Introspectable" />
     14   </policy>
     15 </busconfig>
     16