summaryrefslogtreecommitdiffstats
path: root/schemas/bundle.xsd
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-01-03 13:41:13 -0600
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-01-03 13:41:13 -0600
commita76beb68a5daaa2caf68015c578d92ca824e6c0c (patch)
tree48555e942e3b94013936f84897cf4bdaddc00294 /schemas/bundle.xsd
parenta8a1e140944fa74c4c81da354ec8298303469564 (diff)
downloadbcfg2-a76beb68a5daaa2caf68015c578d92ca824e6c0c.tar.gz
bcfg2-a76beb68a5daaa2caf68015c578d92ca824e6c0c.tar.bz2
bcfg2-a76beb68a5daaa2caf68015c578d92ca824e6c0c.zip
schemas: fixed bound SELinux entries in bundler
Diffstat (limited to 'schemas/bundle.xsd')
-rw-r--r--schemas/bundle.xsd60
1 files changed, 58 insertions, 2 deletions
diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd
index 0fe61e838..68e793920 100644
--- a/schemas/bundle.xsd
+++ b/schemas/bundle.xsd
@@ -118,10 +118,66 @@
</xsd:documentation>
</xsd:annotation>
</xsd:element>
- <xsd:element name='BoundSELinux' type='SELinuxType'>
+ <xsd:element name='BoundSEBoolean' type='SEBooleanType'>
<xsd:annotation>
<xsd:documentation>
- Fully bound description of an SELinux entry.
+ Fully bound description of an SELinux boolean entry.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:element>
+ <xsd:element name='BoundSEPort' type='SEPortType'>
+ <xsd:annotation>
+ <xsd:documentation>
+ Fully bound description of an SELinux port entry.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:element>
+ <xsd:element name='BoundSEFcontext' type='SEFcontextType'>
+ <xsd:annotation>
+ <xsd:documentation>
+ Fully bound description of an SELinux file context entry.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:element>
+ <xsd:element name='BoundSENode' type='SENodeType'>
+ <xsd:annotation>
+ <xsd:documentation>
+ Fully bound description of an SELinux node entry.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:element>
+ <xsd:element name='BoundSELogin' type='SELoginType'>
+ <xsd:annotation>
+ <xsd:documentation>
+ Fully bound description of an SELinux login entry.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:element>
+ <xsd:element name='BoundSEUser' type='SEUserType'>
+ <xsd:annotation>
+ <xsd:documentation>
+ Fully bound description of an SELinux user entry.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:element>
+ <xsd:element name='BoundSEInterface' type='SEInterfaceType'>
+ <xsd:annotation>
+ <xsd:documentation>
+ Fully bound description of an SELinux interface entry.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:element>
+ <xsd:element name='BoundSEPermissive' type='SEPermissiveType'>
+ <xsd:annotation>
+ <xsd:documentation>
+ Fully bound description of an SELinux permissive domain entry.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:element>
+ <xsd:element name='BoundSEModule' type='SEModuleType'>
+ <xsd:annotation>
+ <xsd:documentation>
+ Fully bound description of an SELinux module entry.
</xsd:documentation>
</xsd:annotation>
</xsd:element>