Go to file
Xin Ouyang 9a143837c4 libselinux: Fix selinux_init_load_policy() for sysvinit.
With sysvinit, selinux_init_load_policy() will fail since sysfs is
still not mounted.
2012-04-17 17:20:30 +08:00
conf Add initial layer configuration 2012-01-16 12:13:55 -06:00
recipes-core sysvinit: bbappend to build with libselinux. 2012-04-17 17:18:47 +08:00
recipes-devtools python-IPy: needed by policycoreutils. 2012-02-13 16:09:24 +08:00
recipes-extended psmisc: bbappend to build with libselinux, v22.16. 2012-04-17 17:14:44 +08:00
recipes-kernel/linux kernel: bbappend to enable SELinux, v3.2. 2012-04-17 17:15:29 +08:00
recipes-security libselinux: Fix selinux_init_load_policy() for sysvinit. 2012-04-17 17:20:30 +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