summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-qoriq_3.12.bb
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2016-02-08 14:29:42 +0100
committerSona Sarmadi <sona.sarmadi@enea.com>2016-02-09 08:34:01 +0100
commitfa34e4b39a0d27086a2e797b637d8a1b1df89784 (patch)
tree59325a463785c67026caa237cc855cb9cdd4b5b4 /recipes-kernel/linux/linux-qoriq_3.12.bb
parent2e775f75b52ecd963b842f4b91469f2851a6086b (diff)
downloadmeta-fsl-ppc-fa34e4b39a0d27086a2e797b637d8a1b1df89784.tar.gz
kernel/fs-userns: CVE-2014-4014
Change inode_capable to capable_wrt_inode_uidgid Fixes privileges escalation in Linux kernel built with the user namespaces(CONFIG_USER_NS). References: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4014 http://www.openwall.com/lists/oss-security/2014/06/10/4 Upstream patch: https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/ patch/?id= 2246a472bce19c0d373fb5488a0e612e3328ce0a Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
Diffstat (limited to 'recipes-kernel/linux/linux-qoriq_3.12.bb')
-rw-r--r--recipes-kernel/linux/linux-qoriq_3.12.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-qoriq_3.12.bb b/recipes-kernel/linux/linux-qoriq_3.12.bb
index 262a6c8..bcf2930 100644
--- a/recipes-kernel/linux/linux-qoriq_3.12.bb
+++ b/recipes-kernel/linux/linux-qoriq_3.12.bb
@@ -35,6 +35,7 @@ SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git;nobranch=1 \
35 file://udp-CVE-2015-5364_CVE-2015-5366.patch \ 35 file://udp-CVE-2015-5364_CVE-2015-5366.patch \
36 file://net-CVE-2015-2041.patch \ 36 file://net-CVE-2015-2041.patch \
37 file://media-CVE-2014-1739.patch \ 37 file://media-CVE-2014-1739.patch \
38 file://fs-userns-CVE-2014-4014.patch \
38" 39"
39SRCREV = "6619b8b55796cdf0cec04b66a71288edd3057229" 40SRCREV = "6619b8b55796cdf0cec04b66a71288edd3057229"
40 41