Sophie

Sophie

distrib > Mandriva > 2010.1 > i586 > media > contrib-updates > by-pkgid > 3952ed5fe34396e78ceaee399f2016ba > files > 1

timevault-0.7.5-6.1mdv2010.1.i586.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>