org.doublecmd.root.policy 878 B

123456789101112131415161718192021222324
  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>Double Commander</vendor>
  7. <vendor_url>https://doublecmd.sourceforge.io</vendor_url>
  8. <action id="org.doublecmd.root">
  9. <description>Run Double Commander with elevated privileges</description>
  10. <message>Please enter your password to run Double Commander as root</message>
  11. <icon_name>doublecmd</icon_name>
  12. <defaults>
  13. <allow_any>no</allow_any>
  14. <allow_inactive>no</allow_inactive>
  15. <allow_active>auth_admin_keep</allow_active>
  16. </defaults>
  17. <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/doublecmd</annotate>
  18. <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
  19. </action>
  20. </policyconfig>