forked from pool/argyllcms
bd101b881b
let's move argyllcms there, so we could use this project as devel repository for factory submission OBS-URL: https://build.opensuse.org/request/show/99876 OBS-URL: https://build.opensuse.org/package/show/multimedia:color_management/argyllcms?expand=0&rev=1
16 lines
658 B
XML
16 lines
658 B
XML
<?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">
|
|
<!-- This file normally lives at
|
|
"/usr/share/PolicyKit/policy/color-device-file.policy"
|
|
-->
|
|
<policyconfig>
|
|
<action id="org.freedesktop.hal.device-access.color">
|
|
<description>Directly access color meter devices</description>
|
|
<message>System policy prevents access to the color meter devices</message>
|
|
<defaults>
|
|
<allow_inactive>no</allow_inactive>
|
|
<allow_active>yes</allow_active>
|
|
</defaults>
|
|
</action>
|
|
</policyconfig>
|