Go to file
Xin Ouyang 620f1f873b audit: Add audit.h from target libc-headers.
The executables in lib/, which are named as gen_*_h, will run on
the hosts to create *_tables.h/*tabs.h header files for the
targets.
In some old hosts, build will fail because audit.h in the old
linux-libc-headers (<= 2.6.29) has a incomplete netlink message
list for the audit system.

Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
2012-05-31 14:04:28 +08:00
conf Add distro configuration file for OE-core 2012-05-18 18:37:09 -05:00
recipes-core libcgroup: Add libcgroup for initscripts. 2012-05-18 18:31:22 -05:00
recipes-devtools swig: Add swig 2.0.0 2012-05-18 18:37:09 -05:00
recipes-extended ustr: Change upstream source 2012-05-18 18:37:09 -05:00
recipes-kernel/linux kernel: Workaround for inconsistent kallsyms on ARM. 2012-04-27 15:57:04 +08:00
recipes-security audit: Add audit.h from target libc-headers. 2012-05-31 14:04:28 +08:00
MAINTAINERS README: Add maintainers and readme files 2012-01-31 14:41:32 -06:00
README README: Add maintainers and readme files 2012-01-31 14:41:32 -06:00

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