mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
Uprev the recipe file as is.
Some packages have been moved out from policycoreutils, they will be
added as new packages and the policycoreutils.inc need to be cleaned
up from later commits accordingly.
Moved packages:
From: To:
- policycoreutils/gui gui
- policycoreutils/mcstrans mcstrans
- policycoreutils/restorecond restorecond
- policycoreutils/sandbox sandbox
- policycoreutils/sepolicy/dbus dbus
- policycoreutils/semodule_deps semodule-utils/semodule_deps
- policycoreutils/semodule_expand semodule-utils/semodule_expand
- policycoreutils/semodule_link semodule-utils/semodule_link
- policycoreutils/semodule_package semodule-utils/semodule_package
- policycoreutils/semanage python/semanage
- policycoreutils/audit2allow python/audit2allow
- policycoreutils/sepolgen-ifgen python/audit2allow/sepolgen-ifgen
- policycoreutils/sepolicy python/sepolicy
- policycoreutils/scripts/chcat python/chcat
Released package list refer to:
https://github.com/SELinuxProject/selinux/wiki/Releases
Cleanup the patch file that have been removed in 2.6:
- policycoreutils-fts_flags-FTS_NOCHDIR.patch
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Update policycoreutils_git.bb
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
|
||
|---|---|---|
| classes | ||
| conf | ||
| meta-python/recipes-extended/augeas/augeas | ||
| networking-layer/recipes-daemons/iscsi-initiator-utils | ||
| recipes-connectivity | ||
| recipes-core | ||
| recipes-devtools | ||
| recipes-extended | ||
| recipes-graphics | ||
| recipes-kernel | ||
| recipes-security | ||
| recipes-support | ||
| virtualization-layer/recipes-containers/lxc | ||
| MAINTAINERS | ||
| README | ||
| SELinux-FAQ | ||
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.
e.g. DISTRO="poky-selinux"
Using different versions of linux-yocto
---------------------------------------
To prepare selinux enabled images using different ver. of linux-yocto,
we can choose supported versions of linux-yocto,
currently supported: v3.14, v3.19, v4.1(by default).
* enable the preferred linux-yocto to local.conf or oe-selinux.conf
e.g. PREFERRED_VERSION_linux-yocto_qemuarm = "3.19%"
Using different versions of refpolicy
-------------------------------------
To prepare selinux enabled images using different ver. of refpolicy,
we can choose supported releases of refpolicy
refer to available versions under recipes-security/refpolicy
We can use the refpolicy directly from git repository instead of release tarballs.
By default refpolicy from git builds head commit of master branch, we can update
SRCREV for refpolicy and refpolicy-contrib as appropriate at refpolicy_git.inc
to check refpolicy as per required commits.
* enable the preferred refpolicy-minimum to local.conf or oe-selinux.conf
e.g. PREFERRED_VERSION_refpolicy-minimum = "2.20151208"
Using perticular refpolicy policy type
--------------------------------------
Provider "virtual/refpolicy" used to set perticular refpolicy type.
* enabled refpolicy-minimum from refpolicy types at config level
e.g. PREFERRED_PROVIDER_virtual/refpolicy ?= "refpolicy-minimum"
Using different init manager
----------------------------
By default selinux enabled images coming up with "sysvinit" as init manager,
we can use "systemd" as an init manager using below changes to local.conf
* enable systemd as init manager changes to local.conf
DISTRO_FEATURES_remove = " sysvinit"
DISTRO_FEATURES_append = " systemd"
VIRTUAL-RUNTIME_init_manager = "systemd"
DISTRO_FEATURES_BACKFILL_CONSIDERED = ""
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.