xenocara/driver/xf86-video-intel/tools/org.x.xf86-video-intel.backlight-helper.policy.in
matthieu d031df2719 Update to xf86-video-intel 2.99.916
Fixes a display bug seenby ajacoutot@, ok jsg@ and kettenis@.
newer X.Org (2.99.917 or master) version cause corruption on older
machines (X40, i965), probably caused by a bug in our kernel,
under investigation by kettenis@.
2015-04-12 19:41:54 +00:00

20 lines
862 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">
<policyconfig>
<vendor>The X.Org project</vendor>
<vendor_url>https://01.org/linuxgraphics/community/xf86-video-intel</vendor_url>
<icon_name>brightness</icon_name>
<action id="org.x.xf86-video-intel.backlight-helper">
<description>Modify lcd panel brightness</description>
<message>Authentication is required to modify the lcd panel brightness</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">@LIBEXEC_PATH@/xf86-video-intel-backlight-helper</annotate>
</action>
</policyconfig>