source: ogAgent-Git/linux/policy/org.openuds.pkexec.UDSActorConfig.policy

qndtest
Last change on this file was 11f7a07, checked in by ramon <ramongomez@…>, 8 years ago

#718: Integrar código fuente de agente OGAgent en rama de desarrollo.

git-svn-id: https://opengnsys.es/svn/branches/version1.1@4865 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 787 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE policyconfig PUBLIC
3 "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
4 "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
5
6<policyconfig>
7
8  <action id="org.freedesktop.policykit.pkexec.run-UDSActorConfig">
9    <description>Run UDS Actor Configuration Program</description>
10    <message>Authentication is required to run UDS Actor Configuration</message>
11    <defaults>
12      <allow_any>no</allow_any>
13      <allow_inactive>no</allow_inactive>
14      <allow_active>auth_admin_keep</allow_active>
15    </defaults>
16    <annotate key="org.freedesktop.policykit.exec.path">/usr/sbin/UDSActorConfig</annotate>
17    <annotate key="org.freedesktop.policykit.exec.allow_gui">TRUE</annotate>
18  </action>
19
20</policyconfig>
Note: See TracBrowser for help on using the repository browser.