/usr/share/polkit-1/actions/org.ubuntu-mate.welcome.policy is in ubuntu-mate-welcome 16.04.9.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | <?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>ubuntu-mate</vendor>
<vendor_url>http://hal.freedesktop.org/docs/PolicyKit/</vendor_url>
<action id="org.ubuntu-mate.welcome">
<description>Ubuntu MATE Welcome Repository Installer</description>
<message>Helper utility for the Ubuntu MATE Welcome screen that can enable software repositories.</message>
<icon_name>system-run</icon_name>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">/usr/lib/ubuntu-mate/ubuntu-mate-welcome-repository-installer</annotate>
</action>
<action id="org.ubuntu-mate.rpi2partresize">
<description>Ubuntu MATE Welcome Partition Resizer for the Raspberry Pi 2</description>
<message>Helper utility for the Ubuntu MATE Welcome screen that can resize the partitions for the Raspberry PI 2.</message>
<icon_name>system-run</icon_name>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">/usr/lib/ubuntu-mate/ubuntu-mate-welcome-rpi2-partition-resize</annotate>
</action>
</policyconfig>
|