blob: 77a91923ebcf815fe776fe706c19b862d62a8c90 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE policyconfig PUBLIC
3 "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
4 "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
5<policyconfig>
6
7 <action id="org.yoctoproject.pkexec.run-gparted">
8 <description>Run the GParted program</description>
9 <message>Authentication is required to run the GParted Partition Editor</message>
10 <icon_name>gparted</icon_name>
11 <defaults>
12 <allow_any>auth_admin</allow_any>
13 <allow_inactive>auth_admin</allow_inactive>
14 <allow_active>auth_admin</allow_active>
15 </defaults>
16 <annotate key="org.freedesktop.policykit.exec.path">/usr/sbin/gparted</annotate>
17 <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
18 </action>
19
20</policyconfig>