diff options
| author | Josh Boyer <jwboyer@redhat.com> | 2012-01-18 13:22:40 -0500 |
|---|---|---|
| committer | Josh Boyer <jwboyer@redhat.com> | 2012-01-18 13:26:41 -0500 |
| commit | 42c018e91790cc78b38a6cdbd97a0e25f4dff975 (patch) | |
| tree | d011bd9708f32061bb391348732b03c8951e221c /kernel.spec | |
| parent | ac03f32d0673c08a2df2372c602c04035db66d19 (diff) | |
/proc/pid/* information leak (rhbz 782686)
Diffstat (limited to 'kernel.spec')
| -rw-r--r-- | kernel.spec | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index 73c881a9..eb2a7aff 100644 --- a/kernel.spec +++ b/kernel.spec @@ -54,7 +54,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be appended after the rcX and # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" # -%global baserelease 6 +%global baserelease 7 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -764,6 +764,11 @@ Patch21074: KVM-x86-fix-missing-checks-in-syscall-emulation.patch #rhbz 728740 Patch21076: rtl8192cu-Fix-WARNING-on-suspend-resume.patch +#rhbz 782686 +Patch21082: procfs-parse-mount-options.patch +Patch21083: procfs-add-hidepid-and-gid-mount-options.patch +Patch21084: proc-fix-null-pointer-deref-in-proc_pid_permission.patch + #rhbz 782681 Patch21085: proc-clean-up-and-fix-proc-pid-mem-handling.patch @@ -1490,6 +1495,11 @@ ApplyPatch KVM-x86-fix-missing-checks-in-syscall-emulation.patch #rhbz 728740 ApplyPatch rtl8192cu-Fix-WARNING-on-suspend-resume.patch +#rhbz 782686 +ApplyPatch procfs-parse-mount-options.patch +ApplyPatch procfs-add-hidepid-and-gid-mount-options.patch +ApplyPatch proc-fix-null-pointer-deref-in-proc_pid_permission.patch + #rhbz 782681 ApplyPatch proc-clean-up-and-fix-proc-pid-mem-handling.patch @@ -2335,6 +2345,7 @@ fi # || || %changelog * Wed Jan 18 2012 Josh Boyer <jwboyer@redhat.com> +- /proc/pid/* information leak (rhbz 782686) - CVE-2012-0056 proc: clean up and fix /proc/<pid>/mem (rhbz 782681) - CVE-2012-0058 Unused iocbs in a batch should not be accounted as active (rhbz 782696) |
