I've written (and attached) a basic config file that works for me. Please double check before adding it to the official package, as I don't know much about dbus and could have opened a gaping security hole.

CU Sascha

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

  <!-- This configuration file specifies the required security policies
       for synce-hal to work. -->

  <!-- Only root can own the hal-synce service -->
  <policy user="root">
    <allow own="org.freedesktop.Hal.Device.Synce"/>
  </policy>

  <!-- Allow anyone to invoke methods on it. -->
  <policy context="default">
    <allow send_interface="org.freedesktop.Hal.Device.Synce"/>
  </policy>

</busconfig>

Attachment: signature.asc
Description: Digital signature

Reply via email to