summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
Diffstat (limited to 'schemas')
-rw-r--r--schemas/bundle.xsd69
-rw-r--r--schemas/privkey.xsd7
2 files changed, 62 insertions, 14 deletions
diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd
index e180d265a..d5abf2d94 100644
--- a/schemas/bundle.xsd
+++ b/schemas/bundle.xsd
@@ -55,25 +55,80 @@
</xsd:documentation>
</xsd:annotation>
</xsd:element>
- <xsd:element name='SELinux' type='SELinuxStructure'>
+ <xsd:element name='POSIXUser' type='StructureEntry'>
<xsd:annotation>
<xsd:documentation>
- Abstract implementation of an SELinux entry. The
- full specification will be included in Rules.
+ Abstract description of a POSIXUser entry.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
- <xsd:element name='POSIXUser' type='StructureEntry'>
+ <xsd:element name='POSIXGroup' type='StructureEntry'>
<xsd:annotation>
<xsd:documentation>
- Abstract description of a POSIXUser entry.
+ Abstract description of a POSIXGroup entry.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
- <xsd:element name='POSIXGroup' type='StructureEntry'>
+ <xsd:element name='SEBoolean' type='SELinuxStructure'>
<xsd:annotation>
<xsd:documentation>
- Abstract description of a POSIXGroup entry.
+ 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>
diff --git a/schemas/privkey.xsd b/schemas/privkey.xsd
index cf53904f0..0bb1b7184 100644
--- a/schemas/privkey.xsd
+++ b/schemas/privkey.xsd
@@ -144,13 +144,6 @@
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
- <xsd:attribute name="priority" type="xsd:positiveInteger" default="50">
- <xsd:annotation>
- <xsd:documentation>
- Create group-specific keys with the given priority.
- </xsd:documentation>
- </xsd:annotation>
- </xsd:attribute>
<xsd:attribute name="decrypt" type="EncryptStrictnessEnum">
<xsd:annotation>
<xsd:documentation>