summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/libselinux/libselinux-revert-libpcre.patch
Commit message (Collapse)AuthorAgeFilesLines
* 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>