1<?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.0/policyconfig.dtd"> 5<policyconfig> 6 <vendor>The X.Org project</vendor> 7 <vendor_url>https://01.org/linuxgraphics/community/xf86-video-intel</vendor_url> 8 <icon_name>brightness</icon_name> 9 <action id="org.x.xf86-video-intel.backlight-helper"> 10 <description>Modify lcd panel brightness</description> 11 <message>Authentication is required to modify the lcd panel brightness</message> 12 <defaults> 13 <allow_any>no</allow_any> 14 <allow_inactive>no</allow_inactive> 15 <allow_active>yes</allow_active> 16 </defaults> 17 <annotate key="org.freedesktop.policykit.exec.path">@LIBEXEC_PATH@/xf86-video-intel-backlight-helper</annotate> 18 </action> 19</policyconfig> 20