summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2012-01-31 14:41:32 -0600
committerMark Hatle <mark.hatle@windriver.com>2012-01-31 14:41:32 -0600
commite40025b884d18f737e4c5d070d207a789b9d6f09 (patch)
tree4ddff173717312e9208122687013864df45e486d
parentefda6dc804e92da06994474efa305ad212add700 (diff)
downloadmeta-selinux-e40025b884d18f737e4c5d070d207a789b9d6f09.tar.gz
README: Add maintainers and readme files
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
-rw-r--r--MAINTAINERS24
-rw-r--r--README20
2 files changed, 44 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
new file mode 100644
index 0000000..f6ad60f
--- /dev/null
+++ b/MAINTAINERS
@@ -0,0 +1,24 @@
1This file contains a list of maintainers for the meta-selinux layer.
2
3Please submit any patches against meta-selinux to the Yocto Project mailing
4list (yocto@yoctoproject.org).
5
6You may also contact the maintainers directly.
7
8Descriptions of section entries:
9
10 M: Mail patches to: FullName <address@domain>
11 F: Files and directories with wildcard patterns.
12 A trailing slash includes all files and subdirectory files.
13 F: recipes-devtools/ all files in and below meta-crownbay
14 F: recipes-selinux/* all files in meta-crownbay, but not below
15 One pattern per line. Multiple F: lines acceptable.
16
17Please keep this list in alphabetical order.
18
19Maintainers List (try to look for most precise areas first)
20
21COMMON
22M: Mark Hatle <mark.hatle@windriver.com>
23F: conf
24F: recipes-*
diff --git a/README b/README
new file mode 100644
index 0000000..bccd296
--- /dev/null
+++ b/README
@@ -0,0 +1,20 @@
1meta-selinux
2============
3
4This layer's purpose is enabling SE Linux support when used with Poky.
5
6The majority of this layers work is accomplished in bbappend files, used to
7enable SE Linux support in existing Poky packages.
8
9A new recipes-security was added. The purpose of this category is to add
10software specific to system security.
11
12Please see the MAINTAINERS file for information on contacting the maintainers
13of this layer, as well as instructions for submitting patches.
14
15status
16------
17Jan 31, 2012 - Initial version of the layer available. Basic functionality:
18 * new recipes-security -- includes all SE Linux core components
19 * enable kernel configuration of SE Linux components
20 * enable a few basic recipes to be used as examples for others