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