Files
amber-ce-bookworm/src/usr/share/polkit-1/actions/@PKG_NAME@.ace-gxde-fixer.policy
2025-03-06 14:17:24 +08:00

20 lines
908 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>@PKG_NAME@.ace-gxde-fixer</vendor>
<icon_name>x-package-repository</icon_name>
<action id="@PKG_NAME@.ace-gxde-fixer">
<description>运行@PKG_NAME@.ace-gxde-fixer需要权限</description>
<message>要使用@PKG_NAME@.ace-gxde-fixer需要权限</message>
<defaults>
<allow_any>yes</allow_any>
<allow_inactive>yes</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">/opt/apps/@PKG_NAME@/files/bin/ace-gxde-fixer</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
</action>
</policyconfig>