corosync-signals.conf 806 B

1234567891011121314151617181920212223242526
  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. <!-- Only root can own the corosync service. -->
  6. <policy user="root">
  7. <allow own="org.corosync"/>
  8. </policy>
  9. <policy context="default">
  10. <allow send_destination="org.corosync"
  11. send_path="/org/corosync"
  12. send_interface="org.corosync"
  13. send_member="NodeStateChange"/>
  14. <allow send_destination="org.corosync"
  15. send_path="/org/corosync"
  16. send_interface="org.corosync"
  17. send_member="ConnectionStateChange"/>
  18. <allow send_destination="org.corosync"
  19. send_path="/org/corosync"
  20. send_interface="org.corosync"
  21. send_member="QuorumStateChange"/>
  22. </policy>
  23. </busconfig>