summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/libsepol/CVE-2021-36086.patch
Commit message (Collapse)AuthorAgeFilesLines
* libsepol: Security fix for CVE-2021-36086Yi Zhao2021-09-291-0/+46
CVE-2021-36086: The CIL compiler in SELinux 3.2 has a use-after-free in cil_reset_classpermission (called from cil_reset_classperms_set and cil_reset_classperms_list). Reference: https://nvd.nist.gov/vuln/detail/CVE-2021-36086 Patch from: https://github.com/SELinuxProject/selinux/commit/c49a8ea09501ad66e799ea41b8154b6770fec2c8 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>