diff options
author | Zack Winkles <winkie@linuxfromscratch.org> | 2004-06-21 21:38:39 +0000 |
---|---|---|
committer | Zack Winkles <winkie@linuxfromscratch.org> | 2004-06-21 21:38:39 +0000 |
commit | 95f485ae6b307055fe5265a48cb4cc602662a7d5 (patch) | |
tree | 7216876ca5ec4d0efbcf7e2a19deae605f610744 /chapter06 | |
parent | e7647f8d54ee9b49a954ac660dac7de99f53a8b9 (diff) |
Fixed a rather insidious little bug in Udev
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3832 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/udev.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index c634e823f..5e2416077 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -22,7 +22,13 @@ <sect2 role="installation"> <title>Installation of Udev</title> -<para>First compile Udev:</para> +<para>Begin by fixing an issue by which Udev ignores the contents of its +permissions configuration file, and instead makes certain nodes (in particular +<filename>/dev/null</filename>) usable only by root.</para> + +<screen><userinput>patch -Np1 -i ../udev-027-permissions-1.patch</userinput></screen> + +<para>Now compile Udev:</para> <screen><userinput>make udevdir=/dev</userinput></screen> |