21 lines
717 B
XML
21 lines
717 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE policyconfig PUBLIC
|
|
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
|
|
"https://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
|
|
<policyconfig>
|
|
|
|
<vendor>Driftwood</vendor>
|
|
<vendor_url>https://github.com/driftwood-appimage</vendor_url>
|
|
|
|
<action id="app.driftwood.Driftwood.system-install">
|
|
<description>Install AppImage system-wide</description>
|
|
<message>Authentication is required to install an AppImage for all users.</message>
|
|
<defaults>
|
|
<allow_any>auth_admin</allow_any>
|
|
<allow_inactive>auth_admin</allow_inactive>
|
|
<allow_active>auth_admin_keep</allow_active>
|
|
</defaults>
|
|
</action>
|
|
|
|
</policyconfig>
|