summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/libselinux/libselinux-revert-libpcre.patch
Commit message (Collapse)AuthorAgeFilesLines
* libselinux: migrate SRC_URI and patches to 2.1.13Xin Ouyang2013-10-021-959/+0
| | | | | | | We will also uprev refpolicy, so remove "revert-libpcre.patch". Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
* libselinux: Revert libpcre for old refpolicy compatibleXin Ouyang2013-05-281-0/+959
This reverts upstream libpcre commits. libselinux 2.1.12 uses libpcre to do file path matching instead of glibc regex. Because there are some differences between glibc regex and pcre functions, this will cause wrong security contexts for files while using old refpolicy. This patch should be dropped while refpolicy is upreved to 2.20120725+. Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>