mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
19 lines
681 B
Plaintext
19 lines
681 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!DOCTYPE policyconfig PUBLIC
|
||
|
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
|
||
|
"http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
|
||
|
<policyconfig>
|
||
|
<vendor>KeePassXC Developers</vendor>
|
||
|
<vendor_url></vendor_url>
|
||
|
<icon_name>@APP_ICON_NAME@</icon_name>
|
||
|
|
||
|
<action id="org.keepassxc.KeePassXC.unlockDatabase">
|
||
|
<description>Quick Unlock for a KeePassXC Database</description>
|
||
|
<message>Authentication is required to unlock a KeePassXC Database</message>
|
||
|
<defaults>
|
||
|
<allow_inactive>no</allow_inactive>
|
||
|
<allow_active>auth_self</allow_active>
|
||
|
</defaults>
|
||
|
</action>
|
||
|
</policyconfig>
|