summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/libselinux_2.1.9.bb
Commit message (Collapse)AuthorAgeFilesLines
* selinux userspace: uprev to release 2.20120924Xin Ouyang2013-04-241-11/+0
| | | | | | | | | | | | | | | | | Upreved packages: - checkpolicy to 2.1.11 - libselinux to 2.1.12 - libsemanage to 2.1.9 - libsepol to 2.1.8 - policycoreutils to 2.1.13 - sepolgen to 1.1.8 Misc changes: - libselinux has a new depend for libpcre - drop patches that new version merged - set PR to r0 for new version Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* selinux packages: create include files.Xin Ouyang2013-01-051-41/+3
| | | | | | | | | | | | Create include files for selinux userspace packages: * checkpolicy.inc * libselinux.inc * libsemanage.inc * libsepol.inc * policycoreutils.inc * sepolgen.inc Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* libselinux: fix Public Domain license warning.Xin Ouyang2012-10-091-2/+2
| | | | | | | The "Public Domain" license now has a common license file placed as PD in Poky/oe-core, so fix this. Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* selinux recipes: inherit pythonnativeXin Ouyang2012-09-261-3/+3
| | | | | | | With new changes in oe-core, recipes which need python-native should "inherit pythonnative". Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* libselinux: Fix indent warning for python codes.Xin Ouyang2012-08-171-5/+5
| | | | | | | | | Fix these warnings: =================== WARNING: Variable get_git_policyconfigarch contains tabs, please remove these(....) Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* selinux: Remove unnecessary anonymous python blocksJoe MacDonald2012-05-181-4/+3
| | | | | | | | | | | | | | | | | libselinux was attempting to ensure ARCH was set to i386 for any i*86 platform. Replaced the existing code with a simpler construct that accomplishes the same goal. A similar anonymous python block was being used in policycoreutils to identify an optional dependency on libcap-ng and libcgroup. Also replaced with a simpler construct. The newest policycoreutils depends on them both anyway in the current configuration. Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com> Added _git versions. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* libselinux: Fix selinux_init_load_policy() for sysvinit.Xin Ouyang2012-04-171-0/+2
| | | | | With sysvinit, selinux_init_load_policy() will fail since sysfs is still not mounted.
* libselinux: Change license type to "Public Domain"Xin Ouyang2012-03-271-1/+1
|
* Add bb recipes for new release 2012-02-16.Xin Ouyang2012-02-201-0/+48
|
* Rename all git bb recipes.Xin Ouyang2012-02-201-47/+0
|
* libselinux: Fix the ARCH variable while building.Xin Ouyang2012-02-171-0/+9
|
* selinux: bb recipes for SELinux from git source.Xin Ouyang2012-02-131-0/+38
Since commit 60b2092e, we have these: checkpolicy v2.1.8 libselinux v2.1.9 libsemanage v2.1.6 libsepol v2.1.4 policycoreutils v2.1.10 sepolgen v1.1.5