| 1 | This patch is broken, see http://bugs.gentoo.org/show_bug.cgi?id=157409 |
1 | From: Alexander Gabert <pappy@gentoo.org> |
| 2 | |
|
|
| 3 | In the meantime: please do not use it until further notice, thanks |
|
|
| 4 | |
|
|
| 5 | Alex <pappy@gentoo.org> |
|
|
| 6 | |
|
|
| 7 | First initial import by Christian Heim <phreak@gentoo.org> |
|
|
| 8 | |
2 | |
| 9 | This patch reworks the logic behind GRKERNSEC_IO and GRKERNSEC_KMEM, making it less |
3 | This patch reworks the logic behind GRKERNSEC_IO and GRKERNSEC_KMEM, making it less |
| 10 | intrusive and adding support for sysctl. |
4 | intrusive and adding support for sysctl. |
| 11 | |
5 | |
| 12 | The original patch is based on the work of Peter S. Mazinger (ps dot m at gmx dot net) |
6 | This patch is based on the work of Peter S. Mazinger (ps dot m at gmx dot net) |
| 13 | and Nedd Ludd <solar@gentoo.org>. |
7 | and Nedd Ludd <solar@gentoo.org>. |
| 14 | |
8 | |
| 15 | Index: linux-2.6.18/arch/i386/kernel/ioport.c |
9 | Index: linux-2.6.18/arch/i386/kernel/ioport.c |
| 16 | =================================================================== |
10 | =================================================================== |
| 17 | --- linux-2.6.18.orig/arch/i386/kernel/ioport.c |
11 | --- linux-2.6.18.orig/arch/i386/kernel/ioport.c |