diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2012-01-31 14:41:32 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@windriver.com> | 2012-01-31 14:41:32 -0600 |
commit | e40025b884d18f737e4c5d070d207a789b9d6f09 (patch) | |
tree | 4ddff173717312e9208122687013864df45e486d | |
parent | efda6dc804e92da06994474efa305ad212add700 (diff) | |
download | meta-selinux-e40025b884d18f737e4c5d070d207a789b9d6f09.tar.gz |
README: Add maintainers and readme files
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
-rw-r--r-- | MAINTAINERS | 24 | ||||
-rw-r--r-- | README | 20 |
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 @@ | |||
1 | This file contains a list of maintainers for the meta-selinux layer. | ||
2 | |||
3 | Please submit any patches against meta-selinux to the Yocto Project mailing | ||
4 | list (yocto@yoctoproject.org). | ||
5 | |||
6 | You may also contact the maintainers directly. | ||
7 | |||
8 | Descriptions 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 | |||
17 | Please keep this list in alphabetical order. | ||
18 | |||
19 | Maintainers List (try to look for most precise areas first) | ||
20 | |||
21 | COMMON | ||
22 | M: Mark Hatle <mark.hatle@windriver.com> | ||
23 | F: conf | ||
24 | F: recipes-* | ||
@@ -0,0 +1,20 @@ | |||
1 | meta-selinux | ||
2 | ============ | ||
3 | |||
4 | This layer's purpose is enabling SE Linux support when used with Poky. | ||
5 | |||
6 | The majority of this layers work is accomplished in bbappend files, used to | ||
7 | enable SE Linux support in existing Poky packages. | ||
8 | |||
9 | A new recipes-security was added. The purpose of this category is to add | ||
10 | software specific to system security. | ||
11 | |||
12 | Please see the MAINTAINERS file for information on contacting the maintainers | ||
13 | of this layer, as well as instructions for submitting patches. | ||
14 | |||
15 | status | ||
16 | ------ | ||
17 | Jan 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 | ||