summaryrefslogtreecommitdiffstats
path: root/sudoers/policy_metadata.rng
diff options
context:
space:
mode:
Diffstat (limited to 'sudoers/policy_metadata.rng')
-rw-r--r--sudoers/policy_metadata.rng7
1 files changed, 6 insertions, 1 deletions
diff --git a/sudoers/policy_metadata.rng b/sudoers/policy_metadata.rng
index ca5ac19..404d64d 100644
--- a/sudoers/policy_metadata.rng
+++ b/sudoers/policy_metadata.rng
@@ -8,7 +8,7 @@ xmlns:pa="http://freeipa.org/xml/rng/ns/plugable_architecture/1.0">
<define name="policy_metadata">
<element name="metadata">
- <a:doc>The metadata information should be generic for all policies. The RelaxNG schema can be found in a separate file (this file :) and can be included by the schema file of a specific policy with the externalRef pattern. With this separation the policy and the metadata schema can be modified independently and the metadata schema can be used by the UI to render a separate page for the metadata of a policy.</a:doc>
+ <a:doc>The metadata information should be generic for all policies. The RelaxNG schema can be found in a separate file (this file :) and can be included by the schema file of a specific policy with the include pattern. With this separation the policy and the metadata schema can be modified independently and the metadata schema can be used by the UI to render a separate page for the metadata of a policy.</a:doc>
<element name="name">
<text/>
@@ -34,6 +34,11 @@ xmlns:pa="http://freeipa.org/xml/rng/ns/plugable_architecture/1.0">
<ref name="xslt_filename"/>
</element>
+ <element name="app" pa:label="Name of the application">
+ <a:doc>should be added automatically from RelaxNG metadata</a:doc>
+ <ref name="application_name"/>
+ </element>
+
<optional>
<element name="mergeStrategyXML" pa:label="Howto merge with other policies">
<choice>