Blame SPECS/org.fedoraproject.mtr.policy

Packit fc1a5c
Packit fc1a5c
Packit fc1a5c
 "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
Packit fc1a5c
 "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
Packit fc1a5c
<policyconfig>
Packit fc1a5c
   <action id="org.fedoraproject.mtr.pkexec.run">
Packit fc1a5c
    <description>Run mtr</description>
Packit fc1a5c
    <message>Authentication is required to run traceroute</message>
Packit fc1a5c
    <defaults>
Packit fc1a5c
      <allow_any>no</allow_any>
Packit fc1a5c
      <allow_inactive>no</allow_inactive>
Packit fc1a5c
      <allow_active>auth_admin_keep</allow_active>
Packit fc1a5c
    </defaults>
Packit fc1a5c
    <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/xmtr.bin</annotate>
Packit fc1a5c
    <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
Packit fc1a5c
   </action>
Packit fc1a5c
</policyconfig>