source: admin/Sources/Clients/ogagent/linux/policy/org.openuds.pkexec.UDSActorConfig.policy @ 1985678

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since 1985678 was c3e7c06, checked in by ramon <ramongomez@…>, 9 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.