Advertisement
Guest User

org.gui-ufw.pkexec.gufw.policy

a guest
May 7th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE policyconfig PUBLIC
  3. "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
  4. "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
  5. <policyconfig>
  6. <vendor>GTK Unconplicated Firewall</vendor>
  7. <vendor_url>http://gufw.org</vendor_url>
  8. <action id="org.gui-ufw.pkexec.gufw">
  9. <description>Graphical GUI for Uncomplicated firewall</description>
  10. <message>Privileges are required to change GUFW Settings</message>
  11. <icon_name>gufw</icon_name>
  12. <defaults>
  13. <allow_any>no</allow_any>
  14. <allow_inactive>no</allow_inactive>
  15. <allow_active>auth_admin</allow_active>
  16. </defaults>
  17. <annotate key="org.freedesktop.policykit.exec.path">/usr/sbin/mdmsetup</annotate>
  18. <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
  19. </action>
  20. </policyconfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement