From 59f8879700aefd7f32f85710e978055a2ad2eee8 Mon Sep 17 00:00:00 2001 From: Jim Gifford Date: Wed, 16 Mar 2005 17:32:30 +0000 Subject: Removed kernel security patch git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4764 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 2 ++ chapter08/kernel.xml | 6 ------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 8b2bfd194..f70c799d6 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -81,6 +81,8 @@ first a summary, then a detailed log. +March 16, 2005 [jim]: Removed reference to kernel security patch + March 16, 2005 [jim]: Removed find_update patch for IPRoute2, it is not needed anymore diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 846532676..ce67657b2 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -34,12 +34,6 @@ compilation, and installation. Read the README file in the kernel source tree for alternate methods to the way this book configures the kernel. -Kernel version 2.6.10 has a security vulnerability that will allow user -processes to gain root privledges upon loading of a kernel module. See: - for more information. The following patch fixes this problem: - -patch -Np1 -i ../linux-&linux-version;-security_fix-1.patch - Prepare for compilation by running the following command: make mrproper -- cgit v1.2.3-54-g00ecf