22 lines
686 B
XML
22 lines
686 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>iio-sensor-proxy</vendor>
|
|
<vendor_url>https://gitlab.freedesktop.org/hadess/iio-sensor-proxy</vendor_url>
|
|
|
|
<action id="net.hadess.SensorProxy.claim-sensor">
|
|
<description>Claim Access to a Sensor</description>
|
|
<message>Privileges are required to claim a sensor.</message>
|
|
<defaults>
|
|
<allow_any>no</allow_any>
|
|
<allow_inactive>no</allow_inactive>
|
|
<allow_active>yes</allow_active>
|
|
</defaults>
|
|
</action>
|
|
|
|
</policyconfig>
|