BastionGuard/thirdparty/bastionguard-recovery-data/packaging/com.bastionguard.RecoveryData.policy
specialworld83 f0f913a209 Release 2.0
2026-07-15 10:52:22 +02:00

19 lines
935 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
"http://www.freedesktop.org/software/polkit/policyconfig-1.dtd">
<policyconfig>
<vendor>BastionGuard</vendor>
<vendor_url>https://example.invalid</vendor_url>
<action id="com.bastionguard.RecoveryData.pkexec">
<description>Run BastionGuard Recovery Data with administrator privileges</description>
<message>Authentication is required to start BastionGuard Recovery Data as root for raw disk access.</message>
<defaults>
<allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">/usr/bin/bastionguard-recovery-data</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
</action>
</policyconfig>