From 9d6e6241954d001a5b49e4ea9a48c10e2a792958 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Mon, 10 Dec 2012 17:19:54 -0600 Subject: generate XML schema docs from XML schemas themselves --- schemas/selinux.xsd | 302 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 302 insertions(+) create mode 100644 schemas/selinux.xsd (limited to 'schemas/selinux.xsd') diff --git a/schemas/selinux.xsd b/schemas/selinux.xsd new file mode 100644 index 000000000..760953e34 --- /dev/null +++ b/schemas/selinux.xsd @@ -0,0 +1,302 @@ + + + + + SELinux element definitions for bcfg2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Concrete SELinux boolean entry + + + + + + Name of the boolean + + + + + + + Value of the boolean + + + + + + + + + + Concrete SELinux port entry + + + + + + Port number or range and protocol + + + + + + + SELinux type to apply to this port + + + + + + + + + + Port number or range and protocol for SEPort entries. + + + + + + ``<port>/<proto>`` or + ``<start>-<end>/<proto>`` + + + + + + + + + + Concrete SELinux file context ("fcontext") entry + + + + + + Regular expression file specification + + + + + + + SELinux type to apply to files matching this specification + + + + + + + File type to match + + + + + + + + + + Concrete SELinux node entry + + + + + + IP address and netmask of node + + + + + + + SELinux type to apply to this node + + + + + + + Protocol + + + + + + + + + + IP address and netmask for SENode entries. Netmask can be + numeric or dotted-quad. + + + + + + ``<addr>/<netmask>``. Netmask can be numeric + (``/16``) or dotted-quad (``/255.255.0.0``). + + + + + + + + + + + + + + + + + Concrete SELinux login entry + + + + + + Unix username + + + + + + + SELinux username + + + + + + + + + + Concrete SELinux user entry + + + + + + SELinux username + + + + + + + Space-separated list of rules + + + + + + + Home directory context prefix + + + + + + + + + + Concrete SELinux interface entry + + + + + + Interface name + + + + + + + SELinux type to apply to this interface + + + + + + + + + + Concrete SELinux permissive domain entry + + + + + + SELinux type to make permissive + + + + + + + + + + Concrete SELinux module entry + + + + + + SELinux module name or filename + + + + + + + Disable this module + + + + + + -- cgit v1.2.3-1-g7c22