19 lines
813 B
XML
19 lines
813 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>
|
|
|
|
<action id="com.github.pikaos-linux.pikmanupdatemanager.upgrade.manager">
|
|
<message>Authentication is required to upgrade APT packages</message>
|
|
<icon_name>com.github.pikaos-linux.pika-kernel-manager</icon_name>
|
|
<defaults>
|
|
<allow_any>yes</allow_any>
|
|
<allow_inactive>yes</allow_inactive>
|
|
<allow_active>yes</allow_active>
|
|
</defaults>
|
|
<annotate key="org.freedesktop.policykit.exec.path">/usr/lib/pika/pikman-update-manager/scripts/apt_full_upgrade</annotate>
|
|
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
|
|
</action>
|
|
|
|
</policyconfig> |