summaryrefslogtreecommitdiffstats
path: root/schemas/pathentry.xsd
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2011-06-18 19:41:19 -0500
committerSol Jerome <sol.jerome@gmail.com>2011-06-18 19:43:11 -0500
commit76366b0bf116b0d320ec4a7168de8f62cc50ec98 (patch)
tree37e9e24802328700a25f1d377b8b9622f1202143 /schemas/pathentry.xsd
parentc358e339e79571db23f329304a470acfe2ec25e6 (diff)
downloadbcfg2-76366b0bf116b0d320ec4a7168de8f62cc50ec98.tar.gz
bcfg2-76366b0bf116b0d320ec4a7168de8f62cc50ec98.tar.bz2
bcfg2-76366b0bf116b0d320ec4a7168de8f62cc50ec98.zip
POSIX: Add recursive permissions (Ticket #871)
This allows for a recursive='true' attribute such that the owner/group can be set recursively for a directory when using Path type='permissions'. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'schemas/pathentry.xsd')
-rw-r--r--schemas/pathentry.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/pathentry.xsd b/schemas/pathentry.xsd
index 0c27f9112..24be22612 100644
--- a/schemas/pathentry.xsd
+++ b/schemas/pathentry.xsd
@@ -24,6 +24,7 @@
<xsd:attribute type='xsd:string' name='owner' use='optional'/>
<xsd:attribute type='xsd:string' name='perms' use='optional'/>
<xsd:attribute type='xsd:string' name='prune' use='optional'/>
+ <xsd:attribute type='xsd:string' name='recursive' use='optional'/>
<xsd:attribute type='xsd:string' name='to' use='optional'/>
<xsd:attribute type='xsd:string' name='type' use='optional'/>
<xsd:attributeGroup ref="py:genshiAttrs"/>