summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* selinux: Add bb for default selinux config.Xin Ouyang2012-06-151-0/+33
| | | | | | Now, the default policy is "mls". Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* net-utils: Build with selinux support.Xin Ouyang2012-06-132-0/+252
| | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* at: Build with selinux support.Xin Ouyang2012-06-132-0/+193
| | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* refpolicy*: Add RDEPENDS and fix PACKAGE_ARCH.Xin Ouyang2012-06-121-0/+3
| | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* tar: Build with selinux support.Xin Ouyang2012-06-122-0/+1645
| | | | | | Also add a patch to support xattrs and selinux. Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* libcgroup: native package does not need pam.Xin Ouyang2012-06-071-0/+2
| | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* lsof: use correct CFLAGS/LDFLAGS.Xin Ouyang2012-06-061-2/+9
| | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* libselinux_git.bb: Add workaround for bitbake parse issueMark Hatle2012-06-011-2/+2
| | | | | | | | | See Yocto Project bugzilla: https://bugzilla.yoctoproject.org/show_bug.cgi?id=2530 This is a temporary workaround to the parsing issue. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* lsof: Build with selinux support.Xin Ouyang2012-05-311-0/+7
| | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* audit: Add audit.h from target libc-headers.Xin Ouyang2012-05-311-0/+11
| | | | | | | | | | | The executables in lib/, which are named as gen_*_h, will run on the hosts to create *_tables.h/*tabs.h header files for the targets. In some old hosts, build will fail because audit.h in the old linux-libc-headers (<= 2.6.29) has a incomplete netlink message list for the audit system. Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* Add distro configuration file for OE-coreMark Hatle2012-05-181-0/+4
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* selinux: Remove obsolete versionMark Hatle2012-05-189-691/+0
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* ustr: Change upstream sourceMark Hatle2012-05-181-1/+5
| | | | | | The upstream source appears to be down, find an alternative. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* checkpolicy: Add flex to the DEPENDSMark Hatle2012-05-182-2/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* selinux: Remove unnecessary anonymous python blocksJoe MacDonald2012-05-184-22/+14
| | | | | | | | | | | | | | | | | 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>
* selinux: Change default preferences away from git versionJoe MacDonald2012-05-186-0/+6
| | | | | | | | | | | The preferred versions hould always be the latest stable, not the git recipe. Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com> Revised summary commit message, and added addition _git recipes. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* swig: Add swig 2.0.0Mark Hatle2012-05-182-0/+31
| | | | | | | | Add swig recipe from meta-openembedded/meta-oe as of commit: 2eb27e123b7a85453224f2c822d43f8572eec57a Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* Revert "swig: for libraries to build python bindings."Mark Hatle2012-05-182-29/+0
| | | | This reverts commit 63e12109ce58a5622dc47bdff2d1d347b3474a04.
* libcgroup: Add libcgroup for initscripts.Xin Ouyang2012-05-182-0/+152
|
* libcgroup: Update to new version 0.38Xin Ouyang2012-05-181-5/+5
|
* libcgroup: Fix the summary and description.Xin Ouyang2012-05-181-1/+9
|
* libcgroup: Add libcgroupMark Hatle2012-05-181-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 patchesMark Hatle2012-05-183-218/+0
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* sysvinit: Fix environment variables override bug.Xin Ouyang2012-04-271-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 Ouyang2012-04-271-0/+3
|
* policycoreutils: Fix depends for target build.Xin Ouyang2012-04-271-2/+10
|
* augeas: Build with selinux support.Xin Ouyang2012-04-271-0/+6
|
* psmisc: Drop bbappend v22.14 since bb has been droped.Xin Ouyang2012-04-171-6/+0
|
* libselinux: Fix selinux_init_load_policy() for sysvinit.Xin Ouyang2012-04-172-0/+29
| | | | | With sysvinit, selinux_init_load_policy() will fail since sysfs is still not mounted.
* sysvinit: bbappend to build with libselinux.Xin Ouyang2012-04-172-0/+81
| | | | Also a patch from sysvinit upstream to fix selinux init.
* image: Basic image for SELinux features.Xin Ouyang2012-04-171-0/+13
|
* kernel: bbappend to enable SELinux, v3.2.Xin Ouyang2012-04-171-0/+4
|
* psmisc: bbappend to build with libselinux, v22.16.Xin Ouyang2012-04-171-0/+6
|
* libpam: bbappend to build with libselinux.Xin Ouyang2012-04-171-0/+6
|
* selinux-task: Add refpolicy-*.Xin Ouyang2012-04-171-0/+2
|
* Pick selinux(v2.20120215) bb changes to git bb recipes.Xin Ouyang2012-04-115-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 Ouyang2012-04-101-0/+3
|
* refpolicy*: Rename bb recipe of standard policy.Xin Ouyang2012-04-101-0/+0
|
* refpolicy*: SELinux policy init version.Xin Ouyang2012-04-104-0/+107
|
* libsemanage: Use alternate root while cross-compiling.Xin Ouyang2012-04-102-0/+123
|
* selinux-task: Add setools.Xin Ouyang2012-03-271-0/+1
|
* setools: Patch for neverallow rules.Xin Ouyang2012-03-272-0/+32
|
* setools: Remove the python disabled patch.Xin Ouyang2012-03-272-31/+0
| | | | Before the python modules are needed by policycoreutils.
* setools: Fix depends and file list.Xin Ouyang2012-03-271-1/+46
|
* policycoreutils: Fix depands for the target&native.Xin Ouyang2012-03-271-8/+9
|
* libsemanage: Patch to fix segfaults on Ubuntu.Xin Ouyang2012-03-272-0/+31
|
* libsemanage: Change to the default install path.Xin Ouyang2012-03-271-5/+9
|
* audit: Add a patch for cross compiling.Xin Ouyang2012-03-272-0/+259
|
* ustr: Fix for multi-libs.Xin Ouyang2012-03-271-1/+2
|
* sepolgen: Beautify the decription.Xin Ouyang2012-03-271-1/+13
|