Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 27a016b9df8ad09a586e05652eb0c5c1 > files > 1

timevault-0.7.5-2mdv2008.1.x86_64.rpm

<!DOCTYPE busconfig PUBLIC
 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>

  <!-- Only root can own the TimeVault service -->
  <policy user="root">
    <allow own="net.launchpad.timevault"/>
  </policy>

  <!-- Allow anyone to invoke methods on TimeVault server -->
  <policy context="default">
    <allow send_destination="net.launchpad.timevault"/>
    <allow receive_sender="net.launchpad.timevault"/>
  </policy>

  <!-- Allow everything to users sitting in front of the machine -->
  <policy at_console="true">
    <allow send_destination="net.launchpad.timevault"/>
    <allow receive_sender="net.launchpad.timevault"/>
  </policy>
</busconfig>