fota-dbus.conf 701 B

1234567891011121314151617
  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="org.fota.server"/>
  7. <allow send_destination="org.fota.server"/>
  8. <allow send_interface="org.fota.server"/>
  9. <allow receive_sender="org.fota.server" receive_type="signal"/>
  10. </policy>
  11. <policy context="default">
  12. <deny own="org.fota.server"/>
  13. <deny send_destination="org.fota.server"/>
  14. <deny receive_sender="org.fota.server" receive_type="signal"/>
  15. </policy>
  16. </busconfig>