Warning, /libraries/polkit-qt-1/examples/org.qt.policykit.examples.policy.in is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="utf-8"?>
0002 <!DOCTYPE policyconfig PUBLIC
0003  "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
0004  "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
0005 <policyconfig>
0006   <vendor>KDE</vendor>
0007   <vendor_url>http://www.kde.org</vendor_url>
0008   <action id="org.qt.policykit.examples.kick">
0009     <description>Kick</description>
0010     <message>Prevents PolicyKit-Qt example from kicking</message>
0011     <defaults>
0012       <allow_inactive>no</allow_inactive>
0013       <allow_active>no</allow_active>
0014     </defaults>
0015   </action>
0016   <action id="org.qt.policykit.examples.cry">
0017     <description>Cry</description>
0018     <message>Prevents PolicyKit-Qt example from crying</message>
0019     <defaults>
0020       <allow_inactive>no</allow_inactive>
0021       <allow_active>yes</allow_active>
0022     </defaults>
0023   </action>
0024   <action id="org.qt.policykit.examples.play">
0025     <description>Play</description>
0026     <message>Prevents PolicyKit-Qt example from playing</message>
0027     <defaults>
0028       <allow_inactive>no</allow_inactive>
0029       <allow_active>auth_self</allow_active>
0030     </defaults>
0031   </action>
0032   <action id="org.qt.policykit.examples.bleed">
0033     <description>Bleed</description>
0034     <message>Prevents PolicyKit-Qt example from bleeding</message>
0035     <defaults>
0036       <allow_inactive>no</allow_inactive>
0037       <allow_active>auth_admin</allow_active>
0038     </defaults>
0039   </action>
0040   <action id="org.qt.policykit.examples.listen">
0041     <description>Listen</description>
0042     <message>Prevents PolicyKit-Qt example from listening</message>
0043     <defaults>
0044       <allow_inactive>no</allow_inactive>
0045       <allow_active>auth_self_keep</allow_active>
0046     </defaults>
0047   </action>
0048   <action id="org.qt.policykit.examples.delete">
0049     <description>Delete</description>
0050     <message>Prevents PolicyKit-Qt example from deleting</message>
0051     <defaults>
0052       <allow_inactive>no</allow_inactive>
0053       <allow_active>auth_admin_keep</allow_active>
0054     </defaults>
0055   </action>
0056 <!--
0057   <action id="org.qt.policykit.examples.shout">
0058     <description>Shout</description>
0059     <message>Prevents PolicyKit-Qt example from shouting</message>
0060     <defaults>
0061       <allow_inactive>no</allow_inactive>
0062       <allow_active>yes</allow_active>
0063     </defaults>
0064     <annotate key="org.qt.policykit.examples.shout">foo</annotate>
0065   </action>
0066   <action id="org.qt.policykit.examples.push">
0067     <description>Push</description>
0068     <message>Prevents PolicyKit-Qt example from pushing</message>
0069     <defaults>
0070       <allow_inactive>no</allow_inactive>
0071       <allow_active>yes</allow_active>
0072     </defaults>
0073     <annotate key="org.qt.policykit.examples.push">bar</annotate>
0074   </action>
0075   <action id="org.qt.policykit.examples.blow-up">
0076     <description>Blow Up</description>
0077     <message>Prevents PolicyKit-Qt example from blowing up</message>
0078     <defaults>
0079       <allow_inactive>no</allow_inactive>
0080       <allow_active>yes</allow_active>
0081     </defaults>
0082     <annotate key="org.qt.policykit.examples.blow-up">booo</annotate>
0083   </action>
0084 -->
0085 </policyconfig>