summaryrefslogtreecommitdiffstats
path: root/schemas/types.xsd
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-07-31 13:07:18 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-01 11:28:24 -0400
commit0d027cd104824975b0db7cbbe1cfd9c59d67c975 (patch)
tree4b3f52acd765afff28e4ea82c10ff1bd36177208 /schemas/types.xsd
parent9f11ed8f546d5951e874c9b541b372065381a2fe (diff)
downloadbcfg2-0d027cd104824975b0db7cbbe1cfd9c59d67c975.tar.gz
bcfg2-0d027cd104824975b0db7cbbe1cfd9c59d67c975.tar.bz2
bcfg2-0d027cd104824975b0db7cbbe1cfd9c59d67c975.zip
removed "other" ACLs -- handle those with regular perms
Diffstat (limited to 'schemas/types.xsd')
-rw-r--r--schemas/types.xsd1
1 files changed, 0 insertions, 1 deletions
diff --git a/schemas/types.xsd b/schemas/types.xsd
index f60c7b0b7..439321e3d 100644
--- a/schemas/types.xsd
+++ b/schemas/types.xsd
@@ -119,7 +119,6 @@
<xsd:restriction base="xsd:string">
<xsd:enumeration value="user"/>
<xsd:enumeration value="group"/>
- <xsd:enumeration value="other"/>
<xsd:enumeration value="mask"/>
</xsd:restriction>
</xsd:simpleType>