diff options
author | Roy Li <rongqing.li@windriver.com> | 2015-10-23 09:17:44 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-10-30 08:38:06 -0400 |
commit | adf21981ca6d29105b1d36a71d0aa8fa9780f215 (patch) | |
tree | db377cf48661c880a7cd5bd3670129da0b204f7c | |
parent | c861012e9c6babbefc60bb3b031f96559f99844a (diff) | |
download | meta-virtualization-adf21981ca6d29105b1d36a71d0aa8fa9780f215.tar.gz |
lxc: upgrade it to 1.1.4
V1.1.4 includes a fix for CVE-2015-1335:
lxc-start in lxc before 1.0.8 and 1.1.x before 1.1.4 allows local container
administrators to escape AppArmor confinement via a symlink attack on a (1)
mount target or (2) bind mount source.
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-1335
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | recipes-containers/lxc/lxc_1.1.4.bb (renamed from recipes-containers/lxc/lxc_1.1.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/lxc/lxc_1.1.3.bb b/recipes-containers/lxc/lxc_1.1.4.bb index e61aa6d0..4006debd 100644 --- a/recipes-containers/lxc/lxc_1.1.3.bb +++ b/recipes-containers/lxc/lxc_1.1.4.bb | |||
@@ -36,8 +36,8 @@ SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \ | |||
36 | file://logs-optionally-use-base-filenames-to-report-src-fil.patch \ | 36 | file://logs-optionally-use-base-filenames-to-report-src-fil.patch \ |
37 | " | 37 | " |
38 | 38 | ||
39 | SRC_URI[md5sum] = "197abb5a28ab0b689c737eb1951023fb" | 39 | SRC_URI[md5sum] = "d33c4bd9c57755c0e2b0e2acbc3f171d" |
40 | SRC_URI[sha256sum] = "933b87f773ea6213c912fcd25b8f24d66fb66d285b80797dac530a8b94b7d1ad" | 40 | SRC_URI[sha256sum] = "8f072ea2001bc94389003d82a91902855edf16b609e06f0486a74e4b8973e5dc" |
41 | 41 | ||
42 | S = "${WORKDIR}/${BPN}-${PV}" | 42 | S = "${WORKDIR}/${BPN}-${PV}" |
43 | 43 | ||