mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-24 04:20:46 +00:00
21 lines
843 B
XML
21 lines
843 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>Vencord</vendor>
|
|
<vendor_url>https://vencord.dev</vendor_url>
|
|
|
|
<action id="dev.vencord.Installer.run">
|
|
<description>Run the Vencord Installer</description>
|
|
<message>Authentication is required to patch Discord with Vencord</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/vencord-installer</annotate>
|
|
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
|
|
</action>
|
|
</policyconfig>
|