org.keepassxc.KeePassXC.policy.in 681 B

12345678910111213141516171819
  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>KeePassXC Developers</vendor>
  7. <vendor_url></vendor_url>
  8. <icon_name>@APP_ICON_NAME@</icon_name>
  9. <action id="org.keepassxc.KeePassXC.unlockDatabase">
  10. <description>Quick Unlock for a KeePassXC Database</description>
  11. <message>Authentication is required to unlock a KeePassXC Database</message>
  12. <defaults>
  13. <allow_inactive>no</allow_inactive>
  14. <allow_active>auth_self</allow_active>
  15. </defaults>
  16. </action>
  17. </policyconfig>