Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Be root:
- // # sudo bash
- // # nano /etc/dbus-1/system.d/synce-hal.conf
- //
- // Give file these contents, save, reboot...
- <!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>
Add Comment
Please, Sign In to add comment