Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libcgroup: Add libcgroup | Mark Hatle | 2012-05-18 | 1 | -0/+27 |
| | | | | | | | | add libcgroup recipe from meta-openembedded/meta-oe as of commit: 902ed05dfca3ce2b98fc9e3a4cafdee956130df7 Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | ||||
* | Revert libcgroup additions and patches | Mark Hatle | 2012-05-18 | 3 | -218/+0 |
| | | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | ||||
* | sysvinit: Fix environment variables override bug. | Xin Ouyang | 2012-04-27 | 1 | -0/+2 |
| | | | | | | | | | | | | | | As we have specified "-e MAKEFLAGS= " to make, environment variables will override variables in the top makefile but not subdir makefiles. Current bb uses sysvinit-xxx/src as ${B}, the environment variable CPPFLAGS would override all "CPPFLAGS" lines in sysvinit-xxx/src/Makefile. Such as "CPPFLAGS+= -DACCTON_OFF", "CPPFLAGS += $(SELINUX_DEF)" and "CPPFLAGS += -DINIT_MAIN". This causes some sections(#ifdef INIT_MAIN/WITH_SELINUX ... #endif) will never be used. | ||||
* | kernel: Workaround for inconsistent kallsyms on ARM. | Xin Ouyang | 2012-04-27 | 1 | -0/+3 |
| | |||||
* | policycoreutils: Fix depends for target build. | Xin Ouyang | 2012-04-27 | 1 | -2/+10 |
| | |||||
* | augeas: Build with selinux support. | Xin Ouyang | 2012-04-27 | 1 | -0/+6 |
| | |||||
* | psmisc: Drop bbappend v22.14 since bb has been droped. | Xin Ouyang | 2012-04-17 | 1 | -6/+0 |
| | |||||
* | libselinux: Fix selinux_init_load_policy() for sysvinit. | Xin Ouyang | 2012-04-17 | 2 | -0/+29 |
| | | | | | With sysvinit, selinux_init_load_policy() will fail since sysfs is still not mounted. | ||||
* | sysvinit: bbappend to build with libselinux. | Xin Ouyang | 2012-04-17 | 2 | -0/+81 |
| | | | | Also a patch from sysvinit upstream to fix selinux init. | ||||
* | image: Basic image for SELinux features. | Xin Ouyang | 2012-04-17 | 1 | -0/+13 |
| | |||||
* | kernel: bbappend to enable SELinux, v3.2. | Xin Ouyang | 2012-04-17 | 1 | -0/+4 |
| | |||||
* | psmisc: bbappend to build with libselinux, v22.16. | Xin Ouyang | 2012-04-17 | 1 | -0/+6 |
| | |||||
* | libpam: bbappend to build with libselinux. | Xin Ouyang | 2012-04-17 | 1 | -0/+6 |
| | |||||
* | selinux-task: Add refpolicy-*. | Xin Ouyang | 2012-04-17 | 1 | -0/+2 |
| | |||||
* | Pick selinux(v2.20120215) bb changes to git bb recipes. | Xin Ouyang | 2012-04-11 | 5 | -16/+41 |
| | | | | | | | | | selinux packages v2.20120215: * libselinux-2.1.9 * libsemanage-2.1.6 * checkpolicy-2.1.8 * policycoreutils-2.1.10 * sepolgen-1.1.5 | ||||
* | refpolicy*: Add filelist for binary packages. | Xin Ouyang | 2012-04-10 | 1 | -0/+3 |
| | |||||
* | refpolicy*: Rename bb recipe of standard policy. | Xin Ouyang | 2012-04-10 | 1 | -0/+0 |
| | |||||
* | refpolicy*: SELinux policy init version. | Xin Ouyang | 2012-04-10 | 4 | -0/+107 |
| | |||||
* | libsemanage: Use alternate root while cross-compiling. | Xin Ouyang | 2012-04-10 | 2 | -0/+123 |
| | |||||
* | selinux-task: Add setools. | Xin Ouyang | 2012-03-27 | 1 | -0/+1 |
| | |||||
* | setools: Patch for neverallow rules. | Xin Ouyang | 2012-03-27 | 2 | -0/+32 |
| | |||||
* | setools: Remove the python disabled patch. | Xin Ouyang | 2012-03-27 | 2 | -31/+0 |
| | | | | Before the python modules are needed by policycoreutils. | ||||
* | setools: Fix depends and file list. | Xin Ouyang | 2012-03-27 | 1 | -1/+46 |
| | |||||
* | policycoreutils: Fix depands for the target&native. | Xin Ouyang | 2012-03-27 | 1 | -8/+9 |
| | |||||
* | libsemanage: Patch to fix segfaults on Ubuntu. | Xin Ouyang | 2012-03-27 | 2 | -0/+31 |
| | |||||
* | libsemanage: Change to the default install path. | Xin Ouyang | 2012-03-27 | 1 | -5/+9 |
| | |||||
* | audit: Add a patch for cross compiling. | Xin Ouyang | 2012-03-27 | 2 | -0/+259 |
| | |||||
* | ustr: Fix for multi-libs. | Xin Ouyang | 2012-03-27 | 1 | -1/+2 |
| | |||||
* | sepolgen: Beautify the decription. | Xin Ouyang | 2012-03-27 | 1 | -1/+13 |
| | |||||
* | checkpolicy: Beautify the decription. | Xin Ouyang | 2012-03-27 | 1 | -1/+7 |
| | |||||
* | libselinux: Change license type to "Public Domain" | Xin Ouyang | 2012-03-27 | 1 | -1/+1 |
| | |||||
* | setools: Add version 3.3.7. | Xin Ouyang | 2012-03-08 | 16 | -0/+5181 |
| | |||||
* | libcgroup: Add libcgroup for initscripts. | Xin Ouyang | 2012-02-29 | 2 | -0/+152 |
| | |||||
* | libcap-ng: Add new version 0.6.6 | Xin Ouyang | 2012-02-28 | 1 | -0/+31 |
| | |||||
* | libcap-ng: Fix compile issue for PYLIBVER. | Xin Ouyang | 2012-02-28 | 1 | -1/+1 |
| | |||||
* | libcgroup: Add new version 0.38 | Xin Ouyang | 2012-02-28 | 1 | -0/+33 |
| | |||||
* | libcgroup: Fix the summary and description. | Xin Ouyang | 2012-02-28 | 1 | -1/+9 |
| | |||||
* | ustr: Move ustr to recipes-extended. | Xin Ouyang | 2012-02-22 | 3 | -0/+0 |
| | |||||
* | libsepol: Apply ranlib patch for cross compiling. | Xin Ouyang | 2012-02-21 | 3 | -0/+35 |
| | |||||
* | Add bb recipes for new release 2012-02-16. | Xin Ouyang | 2012-02-20 | 7 | -0/+243 |
| | |||||
* | Modify git inc file to use the common inc file. | Xin Ouyang | 2012-02-20 | 1 | -21/+1 |
| | |||||
* | Add selinux common include file for build. | Xin Ouyang | 2012-02-20 | 1 | -0/+21 |
| | |||||
* | Move S from bb recipes to selinux_git.inc. | Xin Ouyang | 2012-02-20 | 7 | -6/+5 |
| | |||||
* | Add PV infomation for git bb recipes. | Xin Ouyang | 2012-02-20 | 6 | -1/+6 |
| | |||||
* | Rename all git bb recipes. | Xin Ouyang | 2012-02-20 | 7 | -0/+0 |
| | |||||
* | libselinux: Fix the ARCH variable while building. | Xin Ouyang | 2012-02-17 | 1 | -0/+9 |
| | |||||
* | Fix build issue for null MAKEFLAGS passed to oe_runmake. | Xin Ouyang | 2012-02-17 | 2 | -9/+6 |
| | | | | | | | EXTRA_OEMAKE is typically: -e MAKEFLAGS= Because of "MAKEFLAGS= ", ENV variables will not pass to subdirs. This may cause some selinux packages build failed while cross-building, so we redefine EXTRA_OEMAKE here. | ||||
* | libsemanage: Add a patch to fix a segfault bug. | Xin Ouyang | 2012-02-16 | 2 | -0/+39 |
| | |||||
* | policycoreutils: Only build needed cmds for native. | Xin Ouyang | 2012-02-16 | 1 | -3/+16 |
| | |||||
* | Create task for SELinux packages. | Xin Ouyang | 2012-02-13 | 1 | -0/+22 |
| |