summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-10-17 12:21:33 -0500
committerSol Jerome <sol.jerome@gmail.com>2012-10-17 12:21:33 -0500
commit85009dc89ee3434e3ffe07b0f96e9385968b3950 (patch)
tree12eab0d154ee38ec6faa79d7dbe7823a539eb76d /schemas
parent470de1cc589cf9368d1b236f477c189cdf8866c2 (diff)
downloadbcfg2-85009dc89ee3434e3ffe07b0f96e9385968b3950.tar.gz
bcfg2-85009dc89ee3434e3ffe07b0f96e9385968b3950.tar.bz2
bcfg2-85009dc89ee3434e3ffe07b0f96e9385968b3950.zip
schemas: Fix schema for perms->mode transition
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'schemas')
-rw-r--r--schemas/info.xsd2
-rw-r--r--schemas/types.xsd1
2 files changed, 1 insertions, 2 deletions
diff --git a/schemas/info.xsd b/schemas/info.xsd
index 862b758b2..83a8173d2 100644
--- a/schemas/info.xsd
+++ b/schemas/info.xsd
@@ -17,7 +17,7 @@
<xsd:attribute name='group' type='xsd:string'/>
<xsd:attribute name='important' type='xsd:string'/>
<xsd:attribute name='owner' type='xsd:string'/>
- <xsd:attribute name='perms' type='xsd:string'/>
+ <xsd:attribute name='mode' type='xsd:string'/>
<xsd:attribute name='secontext' type='xsd:string'/>
<xsd:attribute name='paranoid' type='xsd:boolean'/>
<xsd:attribute name='sensitive' type='xsd:boolean'/>
diff --git a/schemas/types.xsd b/schemas/types.xsd
index 7f0c7829a..1edde8754 100644
--- a/schemas/types.xsd
+++ b/schemas/types.xsd
@@ -141,7 +141,6 @@
<xsd:attribute type="xsd:integer" name="major"/>
<xsd:attribute type="xsd:integer" name="minor"/>
<xsd:attribute type="xsd:integer" name="mode"/>
- <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="secontext"/>