pulsar.policy 812 B

123456789101112131415161718
  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>Pulsar</vendor>
  7. <action id="pulsar.pkexec.dd">
  8. <description gettext-domain="pulsar">Admin privileges required</description>
  9. <message gettext-domain="pulsar">Please enter your password to save this file</message>
  10. <annotate key="org.freedesktop.policykit.exec.path">/bin/dd</annotate>
  11. <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
  12. <defaults>
  13. <allow_any>auth_admin_keep</allow_any>
  14. <allow_inactive>auth_admin_keep</allow_inactive>
  15. <allow_active>auth_admin_keep</allow_active>
  16. </defaults>
  17. </action>
  18. </policyconfig>