Advertisement
timcowchip

firewalld.conf

Jan 12th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
  2.  
  3. <!DOCTYPE busconfig PUBLIC
  4. "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  5. "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  6. <busconfig>
  7.  
  8. <!-- Only root can own the service and send signals -->
  9. <policy user="root">
  10. <allow own="org.fedoraproject.FirewallD1"/>
  11. <allow own="org.fedoraproject.FirewallD1.config"/>
  12. <allow send_destination="org.fedoraproject.FirewallD1"/>
  13. <allow send_destination="org.fedoraproject.FirewallD1.config"/>
  14. </policy>
  15.  
  16. <!-- Allow anyone to invoke methods on the interfaces,
  17. authorization is performed by PolicyKit -->
  18. <policy context="default">
  19. <allow send_destination="org.fedoraproject.FirewallD1"/>
  20. <allow send_destination="org.fedoraproject.FirewallD1"
  21. send_interface="org.freedesktop.DBus.Introspectable"/>
  22. <allow send_destination="org.fedoraproject.FirewallD1"
  23. send_interface="org.freedesktop.DBus.Properties"/>
  24. <allow send_destination="org.fedoraproject.FirewallD1.config"/>
  25. </policy>
  26.  
  27. </busconfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement