Go to file
Shrikant Bobade 607fb68d4b libpam: use wildcard for version and cleanup
use wildcard for version: adopting libpam upgrade from 1.1.6 to 1.2.1,
cleanup older recipe and remove patch sepermit-add-DESTDIR-prefix.patch
since the changes already available with latest source.

Signed-off-by: Shrikant Bobade <shrikant_bobade@mentor.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2015-08-07 14:24:15 -04:00
classes Globally replace 'base_contains' calls with 'bb.utils.contains' 2014-09-16 21:05:00 -04:00
conf layer: update configuration and dependencies 2015-02-18 22:43:56 -05:00
networking-layer/recipes-daemons/iscsi-initiator-utils iscsi-initiator-utils: fix label for initiatorname.iscsi 2015-04-16 13:50:23 -04:00
recipes-connectivity dhcp: Use wildcard for version number. 2015-02-10 13:41:57 -05:00
recipes-core coreutils: Use wildcard for version and remove PR. 2015-02-10 13:41:57 -05:00
recipes-devtools python: use wildcard for version 2015-02-25 10:15:49 -05:00
recipes-extended libpam: use wildcard for version and cleanup 2015-08-07 14:24:15 -04:00
recipes-graphics mesa: Use wildcard for version number in bbappend. 2014-05-16 18:04:08 +08:00
recipes-kernel linux-yocto: enable selinux support for kernel v3.19 2015-06-09 13:30:42 -04:00
recipes-security selinux-config: fix the S directory not existant warning 2015-05-11 14:28:43 -04:00
recipes-support gnupg: remove PR 2014-08-28 17:09:22 +08:00
virtualization-layer/recipes-containers/lxc Fix bad path in d382d5 2015-03-04 08:41:30 -05:00
MAINTAINERS Update maintainers list 2014-11-05 15:14:59 -05:00
README layer: update configuration and dependencies 2015-02-18 22:43:56 -05:00
SELinux-FAQ documentation: update guidance for runqemu 2013-09-25 10:52:12 -04: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
------
Sep 17, 2013 - Updated to match oe-core/poky master for what will be the
	1.5 release
  * Misc bug fixes
  * Update distro config
  * Uprev various packages

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

This layer also optionally depends on the following layers:

URI: git://github.com/openembedded/meta-oe.git
branch: master
revision: HEAD
layers: meta-oe
        meta-networking
        meta-python

URI: git://git.yoctoproject.org/meta-virtualization
branch: master
revision: HEAD


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.