Advertisement
Guest User

Untitled

a guest
Aug 14th, 2011
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  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="root">
  6. <allow own="com.tiitoo.HDMI"/>
  7. </policy>
  8. <policy context="mandatory">
  9. <allow send_destination="com.tiitoo.HDMI"/>
  10. <allow send_interface="com.tiitoo.HDMI"/>
  11. <allow receive_interface="com.tiitoo.HDMI"/>
  12. </policy>
  13. </busconfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement