From e40025b884d18f737e4c5d070d207a789b9d6f09 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Tue, 31 Jan 2012 14:41:32 -0600 Subject: README: Add maintainers and readme files Signed-off-by: Mark Hatle --- MAINTAINERS | 24 ++++++++++++++++++++++++ README | 20 ++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 MAINTAINERS create mode 100644 README diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 0000000..f6ad60f --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,24 @@ +This file contains a list of maintainers for the meta-selinux layer. + +Please submit any patches against meta-selinux to the Yocto Project mailing +list (yocto@yoctoproject.org). + +You may also contact the maintainers directly. + +Descriptions of section entries: + + M: Mail patches to: FullName + F: Files and directories with wildcard patterns. + A trailing slash includes all files and subdirectory files. + F: recipes-devtools/ all files in and below meta-crownbay + F: recipes-selinux/* all files in meta-crownbay, but not below + One pattern per line. Multiple F: lines acceptable. + +Please keep this list in alphabetical order. + +Maintainers List (try to look for most precise areas first) + +COMMON +M: Mark Hatle +F: conf +F: recipes-* diff --git a/README b/README new file mode 100644 index 0000000..bccd296 --- /dev/null +++ b/README @@ -0,0 +1,20 @@ +meta-selinux +============ + +This layer's purpose is enabling SE Linux support when used with Poky. + +The majority of this layers work is accomplished in bbappend files, used to +enable SE Linux support in existing Poky packages. + +A new recipes-security was added. The purpose of this category is to add +software specific to system security. + +Please see the MAINTAINERS file for information on contacting the maintainers +of this layer, as well as instructions for submitting patches. + +status +------ +Jan 31, 2012 - Initial version of the layer available. Basic functionality: + * new recipes-security -- includes all SE Linux core components + * enable kernel configuration of SE Linux components + * enable a few basic recipes to be used as examples for others -- cgit v1.2.3-54-g00ecf