summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2013-02-19 09:28:02 -0600
committerSol Jerome <sol.jerome@gmail.com>2013-02-19 09:28:02 -0600
commit1f572cc7b6ce8462128fc1093458917af01f71ee (patch)
tree9f2ba0a9f4d62e04b7936db06550dfadf25c2838 /schemas
parent4fdb9f8e0bc6817b14d96a617efe181c94802f9e (diff)
downloadbcfg2-1f572cc7b6ce8462128fc1093458917af01f71ee.tar.gz
bcfg2-1f572cc7b6ce8462128fc1093458917af01f71ee.tar.bz2
bcfg2-1f572cc7b6ce8462128fc1093458917af01f71ee.zip
schemas: Add abstract SELinux entries
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'schemas')
-rw-r--r--schemas/bundle.xsd71
1 files changed, 63 insertions, 8 deletions
diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd
index 68e793920..337fc5ec7 100644
--- a/schemas/bundle.xsd
+++ b/schemas/bundle.xsd
@@ -58,14 +58,6 @@
</xsd:documentation>
</xsd:annotation>
</xsd:element>
- <xsd:element name='SELinux' type='SELinuxStructure'>
- <xsd:annotation>
- <xsd:documentation>
- Abstract implementation of an SELinux entry. The
- full specification will be included in Rules.
- </xsd:documentation>
- </xsd:annotation>
- </xsd:element>
<xsd:element name='POSIXUser' type='StructureEntry'>
<xsd:annotation>
<xsd:documentation>
@@ -89,6 +81,69 @@
</xsd:documentation>
</xsd:annotation>
</xsd:element>
+ <xsd:element name='SEBoolean' type='SELinuxStructure'>
+ <xsd:annotation>
+ <xsd:documentation>
+ Abstract SELinux boolean entry.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:element>
+ <xsd:element name='SEPort' type='SELinuxStructure'>
+ <xsd:annotation>
+ <xsd:documentation>
+ Abstract SELinux port entry.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:element>
+ <xsd:element name='SEFcontext' type='SELinuxStructure'>
+ <xsd:annotation>
+ <xsd:documentation>
+ Abstract SELinux file context ("fcontext") entry.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:element>
+ <xsd:element name='SENode' type='SELinuxStructure'>
+ <xsd:annotation>
+ <xsd:documentation>
+ Abstract SELinux node entry.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:element>
+ <xsd:element name='SELogin' type='SELinuxStructure'>
+ <xsd:annotation>
+ <xsd:documentation>
+ Abstract SELinux login entry.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:element>
+ <xsd:element name='SEUser' type='SELinuxStructure'>
+ <xsd:annotation>
+ <xsd:documentation>
+ Abstract SELinux user entry.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:element>
+ <xsd:element name='SEInterface' type='SELinuxStructure'>
+ <xsd:annotation>
+ <xsd:documentation>
+ Abstract SELinux interface entry.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:element>
+ <xsd:element name='SEPermissive' type='SELinuxStructure'>
+ <xsd:annotation>
+ <xsd:documentation>
+ Abstract SELinux permissive domain entry.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:element>
+ <xsd:element name='SEModule' type='SELinuxStructure'>
+ <xsd:annotation>
+ <xsd:documentation>
+ Abstract SELinux module entry.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:element>
<xsd:element name='BoundPackage' type='PackageType'>
<xsd:annotation>
<xsd:documentation>