no-pass-auth-uninstaller

This commit is contained in:
shenmo 2023-11-15 14:06:27 +08:00
parent d06eaed9e3
commit a1593ea635
2 changed files with 20 additions and 1 deletions

View File

@ -2,7 +2,7 @@ Package: cn.flamescion.bookworm-compatibility-mode
Version: 12.3.5
Section: misc
Priority: optional
Depends: bubblewrap,flatpak,zenity
Depends: bubblewrap,flatpak,zenity,policykit-1
Maintainer: shenmo <shenmo@spark-app.store>
Architecture: arm64
Description: bwrap wrapper for install and running debs inside a bookworm container

View File

@ -0,0 +1,19 @@
<?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>cn.flamescion.ace-uninstaller</vendor>
<icon_name>x-package-repository</icon_name>
<action id="cn.flamescion.ace-uninstaller">
<description>运行cn.flamescion.ace-uninstaller需要权限</description>
<message>要使用cn.flamescion.ace-uninstaller需要权限</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/cn.flamescion.bookworm-compatibility-mode/files/bin/ace-uninstall-helper-gui</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
</action>
</policyconfig>