summaryrefslogtreecommitdiffstats
path: root/schemas/rules.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/rules.xsd')
-rw-r--r--schemas/rules.xsd2
1 files changed, 2 insertions, 0 deletions
diff --git a/schemas/rules.xsd b/schemas/rules.xsd
index 526bab9e6..e845f6bc8 100644
--- a/schemas/rules.xsd
+++ b/schemas/rules.xsd
@@ -36,6 +36,8 @@
<xsd:complexType name='PermissionsType'>
<xsd:attribute type='xsd:string' name='name' use='required'/>
<xsd:attribute type='xsd:string' name='perms' use='required'/>
+ <xsd:attribute type='xsd:string' name='owner' use='required'/>
+ <xsd:attribute type='xsd:string' name='group' use='required'/>
</xsd:complexType>
<xsd:complexType name='RContainerType'>