Warning, /libraries/polkit-qt-1/examples/org.qt.policykit.examples.policy 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 
0009   <action id="org.qt.policykit.examples.kick">
0010     <description>Kick</description>
0011     <message>Prevents PolicyKit-Qt example from kicking</message>
0012     <defaults>
0013       <allow_inactive>no</allow_inactive>
0014       <allow_active>no</allow_active>
0015     </defaults>
0016   </action>
0017 
0018   <action id="org.qt.policykit.examples.cry">
0019     <description>Cry</description>
0020     <message>Prevents PolicyKit-Qt example from crying</message>
0021     <defaults>
0022       <allow_inactive>no</allow_inactive>
0023       <allow_active>yes</allow_active>
0024     </defaults>
0025   </action>
0026 
0027   <action id="org.qt.policykit.examples.bleed">
0028     <description>Bleed</description>
0029     <message>Prevents PolicyKit-Qt example from bleeding</message>
0030     <defaults>
0031       <allow_inactive>no</allow_inactive>
0032       <allow_active>auth_self</allow_active>
0033     </defaults>
0034   </action>
0035 
0036   <action id="org.qt.policykit.examples.play">
0037     <description>Play</description>
0038     <message>Prevents PolicyKit-Qt example from playing</message>
0039     <defaults>
0040       <allow_inactive>no</allow_inactive>
0041       <allow_active>auth_admin</allow_active>
0042     </defaults>
0043   </action>
0044 
0045   <action id="org.qt.policykit.examples.listen">
0046     <description>Listen</description>
0047     <message>Prevents PolicyKit-Qt example from listening</message>
0048     <defaults>
0049       <allow_inactive>no</allow_inactive>
0050       <allow_active>auth_self_keep</allow_active>
0051     </defaults>
0052   </action>
0053 
0054   <action id="org.qt.policykit.examples.delete">
0055     <description>Delete</description>
0056     <message>Prevents PolicyKit-Qt example from deleting</message>
0057     <defaults>
0058       <allow_inactive>no</allow_inactive>
0059       <allow_active>auth_admin_keep</allow_active>
0060     </defaults>
0061   </action>
0062 
0063   <action id="org.qt.policykit.examples.set">
0064     <description>Push</description>
0065     <message>Prevents PolicyKit-Qt example from setting permissions for the shout action</message>
0066     <defaults>
0067       <allow_inactive>no</allow_inactive>
0068       <allow_active>auth_admin_keep</allow_active>
0069     </defaults>
0070   </action>
0071 
0072   <action id="org.qt.policykit.examples.shout">
0073     <description>Shout</description>
0074     <message>Prevents PolicyKit-Qt example from shouting</message>
0075     <defaults>
0076       <allow_inactive>no</allow_inactive>
0077       <allow_active>yes</allow_active>
0078     </defaults>
0079     <annotate key="org.qt.policykit.examples.shout">foo</annotate>
0080   </action>
0081 </policyconfig>