summaryrefslogtreecommitdiffstats
path: root/schemas/rules.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/rules.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/rules.xsd')
-rw-r--r--schemas/rules.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/rules.xsd b/schemas/rules.xsd
index 101b62384..0a408c35c 100644
--- a/schemas/rules.xsd
+++ b/schemas/rules.xsd
@@ -38,6 +38,7 @@
<xsd:attribute type='xsd:string' name='perms'/>
<xsd:attribute type='xsd:string' name='owner'/>
<xsd:attribute type='xsd:string' name='group'/>
+ <xsd:attribute type='xsd:string' name='recursive'/>
<xsd:attribute type='xsd:string' name='prune'/>
<xsd:attribute type='xsd:string' name='to'/>
<xsd:attributeGroup ref="py:genshiAttrs"/>