summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"/>