fancontrol.gui.helper.policy 643 B

12345678910111213141516
  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.0/policyconfig.dtd">
  5. <policyconfig>
  6. <vendor>Fancontrol-GUI</vendor>
  7. <vendor_url>http://github.com/maldela/fancontrol-gui</vendor_url>
  8. <action id="fancontrol.gui.helper.action" >
  9. <description>Action with su rights</description>
  10. <message>This action requires superuser rights.</message>
  11. <defaults>
  12. <allow_inactive>no</allow_inactive>
  13. <allow_active>auth_admin_keep</allow_active>
  14. </defaults>
  15. </action>
  16. </policyconfig>