Honor dmesg_restrict for /dev/kmsg (rhbz 903192)

This commit is contained in:
Josh Boyer 2013-02-25 10:00:31 -05:00
commit fa8ce41f27
2 changed files with 56 additions and 1 deletions

View file

@ -62,7 +62,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 205
%global baserelease 206
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@ -808,6 +808,9 @@ Patch22259: Bluetooth-Add-support-for-Foxconn-Hon-Hai-0489-e056.patch
#CVE-2013-1763 rhbz 915052,915057
Patch22260: sock_diag-Fix-out-of-bounds-access-to-sock_diag_handlers.patch
#rhbz 903192
Patch22261: 0001-kmsg-Honor-dmesg_restrict-sysctl-on-dev-kmsg.patch
Patch23000: silence-brcmsmac-warning.patch
#rhbz 812111
@ -1565,6 +1568,9 @@ ApplyPatch Bluetooth-Add-support-for-Foxconn-Hon-Hai-0489-e056.patch
#CVE-2013-1763 rhbz 915052,915057
ApplyPatch sock_diag-Fix-out-of-bounds-access-to-sock_diag_handlers.patch
#rhbz 903192
ApplyPatch 0001-kmsg-Honor-dmesg_restrict-sysctl-on-dev-kmsg.patch
# END OF PATCH APPLICATIONS
%endif
@ -2428,6 +2434,9 @@ fi
# ||----w |
# || ||
%changelog
* Mon Feb 25 2013 Josh Boyer <jwboyer@redhat.com>
- Honor dmesg_restrict for /dev/kmsg (rhbz 903192)
* Sun Feb 24 2013 Josh Boyer <jwboyer@redhat.com> - 3.7.9-205
- CVE-2013-1763 sock_diag: out-of-bounds access to sock_diag_handlers (rhbz 915052,915057)