Kaydet (Commit) b2cb9d63 authored tarafından Fatih Aşıcı's avatar Fatih Aşıcı

Add policy file for Xorg.Driver.getInfo method

üst e1f3de0b
......@@ -57,7 +57,7 @@
<interface name="Xorg.Driver">
<method name="enable"/>
<method name="disable"/>
<method name="getInfo">
<method name="getInfo" access_label="get">
<arg name="info" type="a{ss}" direction="out"/>
</method>
<method name="getDeviceOptions">
......
<?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>Pardus</vendor>
<vendor_url>http://www.pardus.org.tr</vendor_url>
<icon_name>video-display</icon_name>
<action id="tr.org.pardus.comar.xorg.driver.get">
<description>Get driver info</description>
<description xml:lang="tr">Sürücü bilgisini al</description>
<message>System policy prevents getting driver info</message>
<message xml:lang="tr">Sistem politikası sürücü bilgisini almayı engelliyor</message>
<defaults>
<allow_any>yes</allow_any>
<allow_active>yes</allow_active>
<allow_inactive>yes</allow_inactive>
</defaults>
</action>
</policyconfig>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment