You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
2.6 KiB
XML
82 lines
2.6 KiB
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>TDE</vendor>
|
|
<vendor_url>https://www.trinitydesktop.org</vendor_url>
|
|
|
|
<action id="org.tqt.policykit.examples.kick">
|
|
<description>Kick</description>
|
|
<message>Prevents PolicyKit-TQt example from kicking</message>
|
|
<defaults>
|
|
<allow_inactive>no</allow_inactive>
|
|
<allow_active>no</allow_active>
|
|
</defaults>
|
|
</action>
|
|
|
|
<action id="org.tqt.policykit.examples.cry">
|
|
<description>Cry</description>
|
|
<message>Prevents PolicyKit-TQt example from crying</message>
|
|
<defaults>
|
|
<allow_inactive>no</allow_inactive>
|
|
<allow_active>yes</allow_active>
|
|
</defaults>
|
|
</action>
|
|
|
|
<action id="org.tqt.policykit.examples.bleed">
|
|
<description>Bleed</description>
|
|
<message>Prevents PolicyKit-TQt example from bleeding</message>
|
|
<defaults>
|
|
<allow_inactive>no</allow_inactive>
|
|
<allow_active>auth_self</allow_active>
|
|
</defaults>
|
|
</action>
|
|
|
|
<action id="org.tqt.policykit.examples.play">
|
|
<description>Play</description>
|
|
<message>Prevents PolicyKit-TQt example from playing</message>
|
|
<defaults>
|
|
<allow_inactive>no</allow_inactive>
|
|
<allow_active>auth_admin</allow_active>
|
|
</defaults>
|
|
</action>
|
|
|
|
<action id="org.tqt.policykit.examples.listen">
|
|
<description>Listen</description>
|
|
<message>Prevents PolicyKit-TQt example from listening</message>
|
|
<defaults>
|
|
<allow_inactive>no</allow_inactive>
|
|
<allow_active>auth_self_keep</allow_active>
|
|
</defaults>
|
|
</action>
|
|
|
|
<action id="org.tqt.policykit.examples.delete">
|
|
<description>Delete</description>
|
|
<message>Prevents PolicyKit-TQt example from deleting</message>
|
|
<defaults>
|
|
<allow_inactive>no</allow_inactive>
|
|
<allow_active>auth_admin_keep</allow_active>
|
|
</defaults>
|
|
</action>
|
|
|
|
<action id="org.tqt.policykit.examples.set">
|
|
<description>Push</description>
|
|
<message>Prevents PolicyKit-TQt example from setting permissions for the shout action</message>
|
|
<defaults>
|
|
<allow_inactive>no</allow_inactive>
|
|
<allow_active>auth_admin_keep</allow_active>
|
|
</defaults>
|
|
</action>
|
|
|
|
<action id="org.tqt.policykit.examples.shout">
|
|
<description>Shout</description>
|
|
<message>Prevents PolicyKit-TQt example from shouting</message>
|
|
<defaults>
|
|
<allow_inactive>no</allow_inactive>
|
|
<allow_active>yes</allow_active>
|
|
</defaults>
|
|
<annotate key="org.tqt.policykit.examples.shout">foo</annotate>
|
|
</action>
|
|
</policyconfig>
|