blob: 7b0ed4985814ace852045ec2febe496dbd4a568a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?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.0/policyconfig.dtd">
<policyconfig>
<vendor>DCP-o-matic</vendor>
<vendor_url>https://dcpomatic.com</vendor_url>
<action id="com.dcpomatic.write-drive">
<description gettext-domain="dcpomatic">Unmount, format a drive and write a DCP to it</description>
<message gettext-domain="dcpomatic">Authentication is required to unmount the drive, format it and write the DCP.</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
</action>
</policyconfig>
|