summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/libselinux/libselinux-fix-init-load-policy.patch
Commit message (Collapse)AuthorAgeFilesLines
* selinux userspace: uprev to release 2.20120924Xin Ouyang2013-04-241-1/+1
| | | | | | | | | | | | | | | | | 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>
* libselinux: Fix selinux_init_load_policy() for sysvinit.Xin Ouyang2012-04-171-0/+27
With sysvinit, selinux_init_load_policy() will fail since sysfs is still not mounted.