cockpit/src/bridge/org.cockpit-project.cockpit...

20 lines
950 B
XML

<?xml version="1.0" encoding="UTF-8"?> <!--*-nxml-*-->
<!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
<policyconfig>
<vendor>Cockpit Project</vendor>
<vendor_url>https://www.cockpit-project.org</vendor_url>
<action id="org.cockpit-project.cockpit.root-bridge">
<description gettext-domain="cockpit">Administration with Cockpit Web Console</description>
<message gettext-domain="cockpit">Authentication is required to perform privileged tasks with the Cockpit Web Console</message>
<defaults>
<allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin</allow_inactive>
<allow_active>auth_admin</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">/usr/bin/cockpit-bridge</annotate>
</action>
</policyconfig>