Add a full stop.
[dcpomatic.git] / platform / linux / com.dcpomatic.write-drive.policy
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
3 <policyconfig>
4   <vendor>DCP-o-matic</vendor>
5   <vendor_url>https://dcpomatic.com</vendor_url>
6   <action id="com.dcpomatic.write-drive">
7     <description gettext-domain="dcpomatic">Unmount, format a drive and write a DCP to it</description>
8     <message gettext-domain="dcpomatic">Authentication is required to unmount the drive, format it and write the DCP.</message>
9     <defaults>
10        <allow_any>no</allow_any>
11        <allow_inactive>no</allow_inactive>
12        <allow_active>auth_admin_keep</allow_active>
13     </defaults>
14   </action>
15 </policyconfig>