summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-07-31 15:52:35 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-01 11:28:25 -0400
commit8c4841cd7ae30d7bc2d06f4d52d5aed845542437 (patch)
treef61419e26558e495a9b651ff703838a63ebe6a81 /schemas
parent678b6c0eb7b28a69fca2ffc3643d3d84aafabdf0 (diff)
downloadbcfg2-8c4841cd7ae30d7bc2d06f4d52d5aed845542437.tar.gz
bcfg2-8c4841cd7ae30d7bc2d06f4d52d5aed845542437.tar.bz2
bcfg2-8c4841cd7ae30d7bc2d06f4d52d5aed845542437.zip
bcfg2-lint stuff for ACL support
Diffstat (limited to 'schemas')
-rw-r--r--schemas/types.xsd3
1 files changed, 1 insertions, 2 deletions
diff --git a/schemas/types.xsd b/schemas/types.xsd
index 439321e3d..1055bdf67 100644
--- a/schemas/types.xsd
+++ b/schemas/types.xsd
@@ -119,13 +119,12 @@
<xsd:restriction base="xsd:string">
<xsd:enumeration value="user"/>
<xsd:enumeration value="group"/>
- <xsd:enumeration value="mask"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="ACLType">
<xsd:attribute type="ACLTypeEnum" name="type" use="required"/>
- <xsd:attribute type="ACLScopeEnum" name="scope" use="required"/>
+ <xsd:attribute type="ACLScopeEnum" name="scope"/>
<xsd:attribute type="xsd:string" name="perms" use="required"/>
<xsd:attribute type="xsd:string" name="user"/>
<xsd:attribute type="xsd:string" name="group"/>