From 92f321fd9ce5301fc2a0fe73f014e7aa721bf6d5 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Thu, 25 Apr 2013 11:18:24 -0400 Subject: SELinux: added MLS ranges to all entries that support them --- schemas/selinux.xsd | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'schemas') diff --git a/schemas/selinux.xsd b/schemas/selinux.xsd index 760953e34..3651549f5 100644 --- a/schemas/selinux.xsd +++ b/schemas/selinux.xsd @@ -80,6 +80,13 @@ + + + + SELinux MLS range to apply to this port + + + @@ -127,6 +134,13 @@ + + + + SELinux MLS range to apply to files matching this specification + + + @@ -157,6 +171,13 @@ + + + + SELinux MLS range to apply to this node + + + @@ -205,6 +226,13 @@ + + + + SELinux MLS range to apply to this user + + + @@ -235,6 +263,13 @@ + + + + SELinux MLS range to apply to this user + + + @@ -258,6 +293,13 @@ + + + + SELinux MLS range to apply to this interface + + + -- cgit v1.2.3-1-g7c22 From 4cb722d650a7cc5d0f58141d309896b901d19784 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 7 May 2013 14:28:22 -0400 Subject: POSIXUsers: allow better syntax --- schemas/types.xsd | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) (limited to 'schemas') diff --git a/schemas/types.xsd b/schemas/types.xsd index 31fea26a2..05bf674ad 100644 --- a/schemas/types.xsd +++ b/schemas/types.xsd @@ -381,6 +381,27 @@ + + + + Specify additional supplementary groups for the POSIXUser + + + + + + + + The name of the supplementary group. This can also be + specified as content of the tag, although that is + deprecated. + + + + + + + @@ -388,13 +409,7 @@ - - - - Specify additional supplementary groups for the POSIXUser - - - + -- cgit v1.2.3-1-g7c22 From e55b0dc3b96cdac318dcf07309d18e763ccb7229 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Fri, 10 May 2013 12:28:58 -0500 Subject: APT: Allow specification of deb-src lines (Resolves #1148) Signed-off-by: Sol Jerome --- schemas/packages.xsd | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'schemas') diff --git a/schemas/packages.xsd b/schemas/packages.xsd index dbee2f31b..e538bb0e7 100644 --- a/schemas/packages.xsd +++ b/schemas/packages.xsd @@ -167,6 +167,15 @@ + + + + Include ``deb-src`` lines in the generated APT + configuration. This only applies to sources with + :xml:attribute:`SourceType:type` = ``apt``. + + + -- cgit v1.2.3-1-g7c22