Go to file
Xin Ouyang 332be21065 setools: fix incorrect PYTHON_LDFLAGS.
PYTHON_LDFLAGS is considered as the full path of libpython2.7.so,
dirname of the .so file will be expanded into -L<DIR>. As a result,
current PYTHON_LDFLAGS cause this compile result:
 ${CC} ... -L-LXXX/tmp/sysroots/qemux86-64/usr/lib64
     -L-lapol -lqpol -o _sesearch.so
So "-lapol" is ignored, fix this.

CQID: WIND00400717

Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
2013-01-24 19:47:38 +08:00
classes selinux.bbclass: nativesdk- prefix to fit oe-core master. 2013-01-07 10:47:22 +08:00
conf Add distro configuration file for OE-core 2012-05-18 18:37:09 -05:00
recipes-connectivity packages: inherit with-selinux 2013-01-05 14:00:24 +08:00
recipes-core glib-2.0: config option should be --enable-selinux 2013-01-18 15:01:04 +08:00
recipes-devtools packages: uprev bbappends to fit oe-core 2013-01-19 16:34:14 +08:00
recipes-extended sed: inherit with-selinux for new version 2013-01-19 16:34:17 +08:00
recipes-kernel/linux kernel: default enable selinux for this layer. 2012-10-18 11:07:45 +08:00
recipes-security setools: fix incorrect PYTHON_LDFLAGS. 2013-01-24 19:47:38 +08:00
MAINTAINERS README: Add maintainers and readme files 2012-01-31 14:41:32 -06:00
README README: Update readme to conform to Yocto Project compliance guidelines 2012-07-30 14:29:39 -05:00
SELinux-FAQ document: add FAQ file for selinux 2012-10-18 11:07:44 +08: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


Dependencies
------------

This layer depends on the Poky metadata.  For more information on Poky see
the Yocto Project website:

http://www.yoctoproject.org


Maintenance
-----------
Please see the MAINTAINERS file for information on contacting the maintainers
of this layer, as well as instructions for submitting patches.


Building the meta-selinux layer
-------------------------------
In order to add selinux support to the poky build this layer should be added
to the bblayers.conf file.  In addition you should modify your local.conf
to specify the "poky-selinux" distribution.


An "oe-selinux" distribution is also included as a convienence for people
working with this layer, without the additional Poky meta data.  This
approach may work, but is not generally tested by the maintainers.


License
-------

All metadata is MIT licensed unless otherwise stated. Source code included
in tree for individual recipes is under the LICENSE stated in each recipe
(.bb file) unless otherwise stated.

This README document is Copyright (C) 2012 Wind River Systems, Inc.