Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | refpolicy: add policy patches for Yocto. | Xin Ouyang | 2012-07-19 | 4 | -0/+1591 | |
| | | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> | |||||
* | selinux-task: add selinux-config | Xin Ouyang | 2012-07-19 | 1 | -0/+1 | |
| | | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> | |||||
* | python-ipy: rename to fix opkg-build error. | Xin Ouyang | 2012-06-29 | 2 | -2/+2 | |
| | | | | | | *** Error: Package name contains illegal characters, (other than [a-z0-9.+-]) Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> | |||||
* | audit: Add .h files from target libc-headers. | Xin Ouyang | 2012-06-28 | 1 | -0/+16 | |
| | | | | | | | | | | | | | Just like audit_2.1.3.bb. 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 .h files in the old linux-libc-headers (<= 2.6.29) has incomplete DEFINE lists for the audit system. Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> | |||||
* | audit: fix python header path in configure.ac | Xin Ouyang | 2012-06-20 | 2 | -1/+31 | |
| | | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> | |||||
* | audit: Uprev audit | Amy Fong | 2012-06-18 | 4 | -0/+554 | |
| | | | | | | | | | | | The recipe is derived from 2.1.3 with some changes made. 1. configuration files are updated to look for sbin binaries in /usr/sbin 2. a init.d file was derived from Debian to work with busybox's start-stop-daemon 3. the plugin package contents was fine tuned as some of the files from 2.1.3 were required to let audit run. Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | |||||
* | selinux: Add bb for default selinux config. | Xin Ouyang | 2012-06-15 | 1 | -0/+33 | |
| | | | | | | Now, the default policy is "mls". Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> | |||||
* | refpolicy*: Add RDEPENDS and fix PACKAGE_ARCH. | Xin Ouyang | 2012-06-12 | 1 | -0/+3 | |
| | | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> | |||||
* | libselinux_git.bb: Add workaround for bitbake parse issue | Mark Hatle | 2012-06-01 | 1 | -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> | |||||
* | audit: Add audit.h from target libc-headers. | Xin Ouyang | 2012-05-31 | 1 | -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> | |||||
* | selinux: Remove obsolete version | Mark Hatle | 2012-05-18 | 9 | -691/+0 | |
| | | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | |||||
* | checkpolicy: Add flex to the DEPENDS | Mark Hatle | 2012-05-18 | 2 | -2/+2 | |
| | | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | |||||
* | selinux: Remove unnecessary anonymous python blocks | Joe MacDonald | 2012-05-18 | 4 | -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 version | Joe MacDonald | 2012-05-18 | 6 | -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> | |||||
* | policycoreutils: Fix depends for target build. | Xin Ouyang | 2012-04-27 | 1 | -2/+10 | |
| | ||||||
* | 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. | |||||
* | image: Basic image for SELinux features. | Xin Ouyang | 2012-04-17 | 1 | -0/+13 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | ustr: Move ustr to recipes-extended. | Xin Ouyang | 2012-02-22 | 3 | -295/+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 | |
| |