summaryrefslogtreecommitdiffstats
path: root/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
* shadow/openssh: use pam_selinux only if target_selinux enabledXin Ouyang2013-04-151-3/+3
| | | | | | | | | | We add pam conf files for login/sshd to use pam_selinux module. When selinux is not in DISTRO_FEATURES, pam-plugin-selinux would not be built, this will cause runtime errors to not allow users to login in on the console or ssh. Use @target_selinux() to enable these pam conf files conditionally. Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* ustr: fix PN -> BPN in do_install for multilibsJackie Huang2013-03-191-6/+6
| | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
* sed: backport configure option with-selinuxwenzong.fan@windriver.com2013-01-292-5/+71
| | | | | | | | | Backport configure option with-selinux from master. If the feature selinux is enabled, sed should depend on iti; Otherwise sed doesn't need to depend on selinux at all. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* packages: inherit selinuxXin Ouyang2013-01-054-11/+19
| | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* packages: inherit with-selinuxXin Ouyang2013-01-058-37/+16
| | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* packages: inherit enable-selinuxXin Ouyang2013-01-053-14/+7
| | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* sed: fix parallel compile error with libselinuxXin Ouyang2012-12-202-0/+75
| | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* lsof: version 4.86 for oe-core uprev.Xin Ouyang2012-10-181-0/+0
| | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* sysklogd: initscripts restorecon for log devicesXin Ouyang2012-10-182-0/+144
| | | | | | | | | | | | | | sysklogd would create /dev/log and create log files in /var/log with the default security contexts while starting. So we should restore the correct security contexts. The initscript file is from oe-core, and add these lines after the start action. test ! -x /sbin/restorecon || \ /sbin/restorecon -R /dev/log /var/log/ Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* libpam: add pam-plugin-selinux to RDEPENDSXin Ouyang2012-10-181-1/+3
| | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* shadow: pam config for login to use pam_selinux moduleXin Ouyang2012-10-182-1/+101
| | | | | | | login should use pam_selinux module to label security contexts of processes while login into system. Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* pam-1.1.6: fix wrong path for sepermit moduleXin Ouyang2012-08-212-1/+37
| | | | | | | | | Fix this error: =================== | mkdir -p /var/run/sepermit | mkdir: cannot create directory `/var/run/sepermit': Permission denied Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* libpam: change to 1.1.6 for poky master.Xin Ouyang2012-08-201-0/+0
| | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* findutils-4.4.2: suitable version of gnulib for selinuxXin Ouyang2012-08-133-39/+61
| | | | | | | Add a suitable version of gnulib into SRC_URI, and run import-gnulib.sh to update it. Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* Fetch selinux-at module from gnulib repoAws Ismail2012-08-103-1296/+41
| | | | | | | | | | | | | | | [ CQID: WIND00365962 ] Rather than following the approach in findutils-with-selinux-gnulib.patch, the import-gnulib configuration was modified to enable fetching the latest updates related to selinux support. Specifically, selinux-at module is now in fetched in gnulib in order for it be used by findutils if selinux is enabled. Signed-off-by: Aws Ismail <aws.ismail@windriver.com>
* findutils-4.4.2: fix build failure while no selinux disto_feature.Xin Ouyang2012-07-283-154/+278
| | | | | | | | | | Current patches for selinux simply add selinux codes without conditional switches. And also, the gnulib patch is incomplete. These will cause build failures while we include selinux layers but do not specify selinux in DISTO_FEATURES. Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* ustr: fix wrong packages split.Xin Ouyang2012-06-291-6/+2
| | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* sudo: uprev to 1.8.5p2Xin Ouyang2012-06-281-0/+0
| | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* psmisc: uprev to 22.19Xin Ouyang2012-06-281-0/+0
| | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* findutils: 4.4.2, support selinuxXin Ouyang2012-06-283-0/+1708
| | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* findutils: 4.2.31, support selinuxXin Ouyang2012-06-282-0/+508
| | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* parted: Build with selinux support.Xin Ouyang2012-06-281-0/+5
| | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* logrotate: Support selinuxXiaofeng Yan2012-06-251-0/+5
| | | | | | | Add the selinux support for logrotate. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* sudo: Build with selinux support.Xin Ouyang2012-06-151-0/+5
| | | | 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>
* 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>
* lsof: use correct CFLAGS/LDFLAGS.Xin Ouyang2012-06-061-2/+9
| | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* lsof: Build with selinux support.Xin Ouyang2012-05-311-0/+7
| | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@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>
* 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
|
* 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
|
* ustr: Fix for multi-libs.Xin Ouyang2012-03-271-1/+2
|
* ustr: Move ustr to recipes-extended.Xin Ouyang2012-02-223-0/+295
|
* shadow: Enable SE Linux supportMark Hatle2012-01-311-0/+7
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* psmisc: Enable SE Linux supportMark Hatle2012-01-311-0/+6
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* cronie: Enable SE Linux supportMark Hatle2012-01-311-0/+6
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>