Changeset f52ea4e for chapter08


Ignore:
Timestamp:
01/09/2005 02:17:39 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
50bf600
Parents:
39bcf11a
Message:
  • Add security patch for the kernel

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4532 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/kernel.xml

    r39bcf11a rf52ea4e  
    3434file in the kernel source tree for alternate methods to the way this
    3535book configures the kernel.</para>
     36
     37<para>Kernel version 2.6.10 has a security vulnerability that will allow user
     38processes to gain root privledges upon loading of a kernel module.  See:
     39<ulink url="http://www.uwsg.iu.edu/hypermail/linux/kernel/0412.3/0679.html"/> for more information.  The following patch fixes this problem:</para>
     40
     41<screen><userinput>patch -Np1 -i ../linux-&linux-version;-security_fix-1.patch</userinput></screen>
    3642
    3743<para>Prepare for compilation by running the following command:</para>
Note: See TracChangeset for help on using the changeset viewer.