summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2014-06-16 09:12:50 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2014-06-16 09:16:18 -0400
commit7c02a3a60c04e7332b43570873544a0f7c8da94e (patch)
treeb8c46d814fa1c2ee76223e4107a33da3a802d29d /kernel.spec
parent9cd9070afa66b9cb3a5795d809fc31e3fce8377f (diff)
downloadkernel-7c02a3a60c04e7332b43570873544a0f7c8da94e.tar.gz
kernel-7c02a3a60c04e7332b43570873544a0f7c8da94e.tar.xz
kernel-7c02a3a60c04e7332b43570873544a0f7c8da94e.zip
CVE-2014-4014 possible priv escalation in userns (rhbz 1107966 1109836)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec9
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 7f304fac0..6b007f133 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -737,6 +737,9 @@ Patch25100: dm-thin-update-discard_granularity-to-reflect-the-thin-pool-blocksiz
#rhbz 1103528
Patch25101: elantech-Deal-with-clickpads-reporting-right-button-.patch
+#CVE-2014-4014 rhbz 1107966 1109836
+Patch25102: fs-userns-Change-inode_capable-to-capable_wrt_inode_.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1442,6 +1445,9 @@ ApplyPatch dm-thin-update-discard_granularity-to-reflect-the-thin-pool-blocksize
#rhbz 1103528
ApplyPatch elantech-Deal-with-clickpads-reporting-right-button-.patch
+#CVE-2014-4014 rhbz 1107966 1109836
+ApplyPatch fs-userns-Change-inode_capable-to-capable_wrt_inode_.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2254,6 +2260,9 @@ fi
# ||----w |
# || ||
%changelog
+* Mon Jun 16 2014 Josh Boyer <jwboyer@fedoraproject.org>
+- CVE-2014-4014 possible priv escalation in userns (rhbz 1107966 1109836)
+
* Wed Jun 11 2014 Josh Boyer <jwboyer@fedoraproject.org>
- Fix elantech right click on Dell vostro 5470 (rhbz 1103528)
- Fix fstrim on dm-thin volume data (rhbz 1106856)