19 lines
990 B
XML
19 lines
990 B
XML
<?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/policyconfig.dtd">
|
|
<policyconfig>
|
|
<vendor>BastionGuard</vendor>
|
|
<vendor_url>https://www.codelinsoft.it</vendor_url>
|
|
|
|
<action id="org.bastionguard.activation">
|
|
<description>Refresh BastionGuard activation hardware IDs and save the activation key</description>
|
|
<message>Authentication is required to refresh the BastionGuard activation hardware IDs or save the activation key system-wide.</message>
|
|
<defaults>
|
|
<allow_any>auth_admin</allow_any>
|
|
<allow_inactive>auth_admin</allow_inactive>
|
|
<allow_active>auth_admin</allow_active>
|
|
</defaults>
|
|
<annotate key="org.freedesktop.policykit.exec.path">@CMAKE_INSTALL_FULL_BINDIR@/bastionguard-activation-helper</annotate>
|
|
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
|
|
</action>
|
|
</policyconfig>
|